Skip to content

Commit 6dd1425

Browse files
Merge pull request terminusdb#377 from terminusdb/fix_happy_path
Fix happy path
2 parents 8f1ff1b + 2043095 commit 6dd1425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terminusdb_client/tests/integration_tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_happy_path(docker_url):
5959
client.reset(commit_history[-1]["commit"], soft=True)
6060
assert len(client.get_commit_history()) == 2
6161
assert client._ref == commit_history[-1]["commit"]
62-
assert client.query(WOQLQuery().star()) == first_obj
62+
assert client.query(WOQLQuery().star(graph="schema")) == first_obj
6363
client.reset(commit_history[-1]["commit"])
6464
assert len(client.get_commit_history()) == 1
6565
assert client._get_current_commit() == first_commit

0 commit comments

Comments
 (0)