From 9a8aacd5d0c7dab4d2304bba142d7cd25c729bfe Mon Sep 17 00:00:00 2001 From: muddymudskipper Date: Tue, 24 Sep 2024 09:21:06 +0200 Subject: [PATCH] prefix_cc=False in test --- tests/test_shapes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_shapes.py b/tests/test_shapes.py index 396451d..805ff4a 100644 --- a/tests/test_shapes.py +++ b/tests/test_shapes.py @@ -58,6 +58,7 @@ def test_workflow_execution(_setup: pytest.FixtureRequest) -> None: # noqa: PT0 shapes_graph_iri=RESULT_IRI, overwrite=False, import_shapes=True, + prefix_cc=False, ).execute(inputs=None, context=TestExecutionContext(project_id=PROJECT_NAME)) result = Graph().parse(data=get(RESULT_IRI, owl_imports_resolution=False).text)