Skip to content

Commit a4bab28

Browse files
fix test invalid file name
1 parent e834f90 commit a4bab28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/flows/upload-invalid-files/UPLOAD FILES.bru

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ body:multipart-form {
2222

2323
assert {
2424
res.status: eq 200
25-
res.body.data: length 0
26-
res.body.errors: length 2
25+
res.body.data: length 1
26+
res.body.errors: length 1
2727
}

0 commit comments

Comments
 (0)