diff --git a/ecs/crm-datafetch/tests/parser/test_json_parse.py b/ecs/crm-datafetch/tests/parser/test_json_parse.py index 1991aa54..f670eb5e 100644 --- a/ecs/crm-datafetch/tests/parser/test_json_parse.py +++ b/ecs/crm-datafetch/tests/parser/test_json_parse.py @@ -74,4 +74,4 @@ class TestJsonParser(): sut.parse() # Expects - assert str(e.value) == "Expecting property name enclosed in double quotes: line 3 column 13 (char 42)" + assert "Expecting property name enclosed in double quotes:" in str(e.value)