Skip to content

Commit 01ee382

Browse files
Add stream false test
1 parent 7731f2e commit 01ee382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terminusdb_client/tests/test_Client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ def test_query(mocked_requests, mocked_requests2, mocked_requests3):
232232
"message": "commit msg",
233233
},
234234
"query": WoqlStar,
235+
'streaming': False
235236
},
236237
headers={"user-agent": f"terminusdb-client-python/{__version__}"},
237238
stream=False

0 commit comments

Comments
 (0)