Skip to content

Commit 47675cd

Browse files
committed
test: fix failing
1 parent dcb10cd commit 47675cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/http/src/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ mod tests {
587587

588588
let response =
589589
futures03::executor::block_on(service.call(request)).expect("Should return a response");
590-
let errors = test_utils::assert_error_response(response, StatusCode::OK, false);
590+
let errors = test_utils::assert_error_response(response, StatusCode::BAD_REQUEST, false);
591591

592592
let message = errors[0].as_str().expect("Error message is not a string");
593593

0 commit comments

Comments
 (0)