Skip to content

Commit 03f0920

Browse files
qa/cephfs: fix exception message
Signed-off-by: Rishabh Dave <[email protected]>
1 parent 10b709d commit 03f0920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/tasks/cephfs/volumes/test_clone_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def test_clones_equal_to_cloner_threads(self):
529529
time.sleep(1)
530530
continue
531531
elif len(pev) > 1:
532-
raise RuntimeError('For 1 clone "ceph status" output has 2 '
532+
raise RuntimeError('For 4 clone "ceph status" output has 2 '
533533
'progress bars, it should have only 1 '
534534
f'progress bar.\npev -\n{pev}')
535535

0 commit comments

Comments
 (0)