Skip to content

Commit

Permalink
Fix streaming field
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinMendelGleason committed Feb 16, 2024
1 parent 1d801e0 commit 416b06b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminusdb_client/tests/test_Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ def test_query(mocked_requests, mocked_requests2, mocked_requests3):
"query": WoqlStar,
},
headers={"user-agent": f"terminusdb-client-python/{__version__}"},
stream=False
)


Expand Down

0 comments on commit 416b06b

Please sign in to comment.