Skip to content

Commit

Permalink
prefix_cc=False in test
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Sep 24, 2024
1 parent c123375 commit 9a8aacd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9a8aacd

Please sign in to comment.