diff --git a/tests/test_api.py b/tests/test_api.py index f8ff09d4a..a070297ab 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -383,7 +383,7 @@ def test_get_node_validation_rules(test, client, data_model_jsonld): ) response_dta = json.loads(response.data) assert response.status_code == 200 - assert "list strict" in response_dta + assert "list" in response_dta assert "regex match [a-f]" in response_dta def test_get_nodes_display_names(test, client, data_model_jsonld):