We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7d40e commit 5a75ea0Copy full SHA for 5a75ea0
graphdatascience/tests/integration/test_system_ops.py
@@ -33,7 +33,7 @@ def test_sysInfo(gds: GraphDataScience) -> None:
33
def test_debug_arrow(gds: GraphDataScience) -> None:
34
result = gds.debug.arrow()
35
36
- assert "listenAddress" in (list(result["key"]))
+ assert "listenAddress" in (result.keys())
37
38
39
@pytest.mark.enterprise
0 commit comments