Replace isn't with is not

This commit is contained in:
karlchillmaid
2019-09-13 12:03:49 +01:00
committed by Chris Hill-Scott
parent 98aa956738
commit 7f93cac07d

View File

@@ -552,7 +552,7 @@ def test_upload_csv_invalid_extension(
)
assert resp.status_code == 200
assert "invalid.txt isnt 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(