diff --git a/tests/test_pyshacl.py b/tests/test_pyshacl.py index f5da6e9..12f8dd2 100644 --- a/tests/test_pyshacl.py +++ b/tests/test_pyshacl.py @@ -51,6 +51,7 @@ def test_workflow_execution(): meta_shacl=False, inference="none", advanced=False, + remove_graph_types=False, ) plugin.execute(inputs=(), context=TestExecutionContext()) res = get(validation_graph_uri)