Skip to content

Commit c556fcb

Browse files
committed
Fixed status code in test
1 parent 6d93326 commit c556fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

http-tests/document-hierarchy/PUT-empty.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ curl -k -w "%{http_code}\n" -o /dev/null -s \
2626
"${END_USER_BASE_URL}non-existing/" <<EOF
2727
EOF
2828
) \
29-
| grep -q "$STATUS_OK"
29+
| grep -q "$STATUS_CREATED"

0 commit comments

Comments
 (0)