Skip to content

Commit 61efa93

Browse files
committed
tests: fix failing test
1 parent 70a5212 commit 61efa93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/http/tests/server.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ mod test {
164164
client.request(request)
165165
})
166166
.map_ok(|response| {
167-
let errors = test_utils::assert_error_response(response, StatusCode::OK, true);
167+
let errors =
168+
test_utils::assert_error_response(response, StatusCode::BAD_REQUEST, true);
168169

169170
let message = errors[0]
170171
.as_object()

0 commit comments

Comments
 (0)