Skip to content

Commit 801d43d

Browse files
Update test_sparql_triple_store.py
1 parent d782fc9 commit 801d43d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/e2e/notice_metadata_processor/test_sparql_triple_store.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ def test_sparql_triple_store_with_query(cellar_sparql_endpoint):
4545
def 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()

0 commit comments

Comments
 (0)