From 6ec90b4665d9988a3a5db409bbe74bf2ac778ad3 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 24 Jul 2024 07:59:41 +0200 Subject: [PATCH] fixed test text --- core/TESTS/test_parsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", ]