mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Fix error where sending test message flow skipped first placeholder
first way round and then collected placeholders again. Now the flow collects all placeholders in one round. Also fix the back link for step-1 for test flow so it goes back to choosing recipient number Also move operators around following flake8's advice :)
This commit is contained in:
@@ -380,7 +380,7 @@ def test_shows_error_if_parsing_exception(
|
||||
)
|
||||
|
||||
|
||||
def test_upload_csvfile_with_errors_shows_check_page_with_errors(
|
||||
def test_upload_csv_file_with_errors_shows_check_page_with_errors(
|
||||
logged_in_client,
|
||||
service_one,
|
||||
mocker,
|
||||
@@ -507,7 +507,7 @@ def test_upload_csvfile_with_errors_shows_check_page_with_errors(
|
||||
)
|
||||
),
|
||||
])
|
||||
def test_upload_csvfile_with_missing_columns_shows_error(
|
||||
def test_upload_csv_file_with_missing_columns_shows_error(
|
||||
client_request,
|
||||
mocker,
|
||||
mock_get_service_template_with_placeholders,
|
||||
|
||||
Reference in New Issue
Block a user