diff --git a/core/TESTS/test_parsers.py b/core/TESTS/test_parsers.py index aaccff3..2d4435d 100644 --- a/core/TESTS/test_parsers.py +++ b/core/TESTS/test_parsers.py @@ -184,7 +184,7 @@ class ImportTest(TestCase): # with open('_test_response_edit.html', 'w') as f: # f.write(content) expected = [ - "Edit Logbook Entry on 1986-07-31", + "Edit Existing Logbook Entry on 1986-07-31", r"Other names \(comma separated\)", # regex match so slashes need to be espcaped "Place: cave name, or 'plateau', 'topcamp' etc.", ]