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 431a7e0 commit 0da9ee0Copy full SHA for 0da9ee0
graphdatascience/tests/unit/test_call_params.py
@@ -43,7 +43,7 @@ def test_get_job_id() -> None:
43
def test_ensure_job_id() -> None:
44
# empty params
45
params = CallParameters({})
46
- with pytest.raises(ValueError, match="config is not set"):
+ with pytest.raises(AssertionError, match="config is not set"):
47
params.ensure_job_id_in_config()
48
49
# empty job id
0 commit comments