Skip to content

Commit 1474b7b

Browse files
committed
correct test
1 parent a014e78 commit 1474b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ceph_devstack/resources/test/test_devstack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_get_job_id_throws_toomanyjobsfound_on_more_than_one_job(self):
4949
jobs = ["1", "2"]
5050
with pytest.raises(TooManyJobsFound) as exc:
5151
get_job_id(jobs)
52-
assert exc.value.dirs == jobs
52+
assert exc.value.jobs == jobs
5353

5454
async def test_logs_command_display_log_file_of_latest_run(self):
5555
with tempfile.TemporaryDirectory() as data_dir:

0 commit comments

Comments
 (0)