We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a014e78 commit 1474b7bCopy full SHA for 1474b7b
ceph_devstack/resources/test/test_devstack.py
@@ -49,7 +49,7 @@ def test_get_job_id_throws_toomanyjobsfound_on_more_than_one_job(self):
49
jobs = ["1", "2"]
50
with pytest.raises(TooManyJobsFound) as exc:
51
get_job_id(jobs)
52
- assert exc.value.dirs == jobs
+ assert exc.value.jobs == jobs
53
54
async def test_logs_command_display_log_file_of_latest_run(self):
55
with tempfile.TemporaryDirectory() as data_dir:
0 commit comments