mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 19:18:24 -04:00
Replace isn't with is not
This commit is contained in:
committed by
Chris Hill-Scott
parent
98aa956738
commit
7f93cac07d
@@ -552,7 +552,7 @@ def test_upload_csv_invalid_extension(
|
|||||||
)
|
)
|
||||||
|
|
||||||
assert resp.status_code == 200
|
assert resp.status_code == 200
|
||||||
assert "invalid.txt isn’t a spreadsheet that Notify can read" in resp.get_data(as_text=True)
|
assert "invalid.txt is not a spreadsheet that Notify can read" in resp.get_data(as_text=True)
|
||||||
|
|
||||||
|
|
||||||
def test_upload_valid_csv_redirects_to_check_page(
|
def test_upload_valid_csv_redirects_to_check_page(
|
||||||
|
|||||||
Reference in New Issue
Block a user