Skip to content

Commit 9afcc26

Browse files
committed
Fix unit test with missing host
1 parent 24e367e commit 9afcc26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphdatascience/tests/unit/test_aura_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def test_list_sessions(requests_mock: Mocker) -> None:
111111
"instance_id": "dbid-3",
112112
"created_at": "2012-01-01T00:00:00Z",
113113
"memory": "8G",
114+
"host": "foo.bar",
114115
},
115116
],
116117
)

0 commit comments

Comments
 (0)