File tree Expand file tree Collapse file tree
tests/e2e/notice_metadata_processor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ def test_sparql_triple_store_with_query(cellar_sparql_endpoint):
4545def test_sparql_triple_store_with_query_from_file (cellar_sparql_endpoint ):
4646 query_path = TEST_DATA_PATH / "sparql_queries" / "buyer_legal_type.rq"
4747 substitution_variables = {"value" : 10 }
48- execute_query = SPARQLTripleStoreEndpoint (endpoint_url = cellar_sparql_endpoint ).with_query_from_file (sparql_query_file_path = query_path , substitution_variables = substitution_variables )
48+ execute_query = SPARQLTripleStoreEndpoint (endpoint_url = cellar_sparql_endpoint ).with_query_from_file (
49+ sparql_query_file_path = query_path , substitution_variables = substitution_variables )
4950
5051 tabular_results = execute_query .fetch_tabular ()
5152 tree_results = execute_query .fetch_tree ()
You can’t perform that action at this time.
0 commit comments