Skip to content

Commit 89d2db6

Browse files
authored
cli: Fix race in test_disk_write_import_fail (#1333)
1 parent 3a9cb06 commit 89d2db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/tests/test_disk_import.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ fn test_disk_write_import_fail() {
565565

566566
let test_file = Testfile::new_random(CHUNK_SIZE * 2).unwrap();
567567
let output = concat!(
568-
r#"(?m)\AError while uploading the disk image:\n "#,
568+
r#"(?m)\AErrors? while uploading the disk image:\n "#,
569569
r#"\* Error Response: status: 503 Service Unavailable;.*$"#
570570
);
571571

0 commit comments

Comments
 (0)