Skip to content

Commit

Permalink
fixup! fix: use NO_CONTENT instead of NOT_FOUND for no job
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Hoyer <[email protected]>
  • Loading branch information
haraldh committed Oct 16, 2024
1 parent beb3eef commit cb03ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/proof_data_handler/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async fn request_tee_proof_inputs() {
L2ChainId::default(),
);
let test_cases = vec![
(json!({ "tee_type": "sgx" }), StatusCode::NOT_FOUND),
(json!({ "tee_type": "sgx" }), StatusCode::NO_CONTENT),
(
json!({ "tee_type": "Sgx" }),
StatusCode::UNPROCESSABLE_ENTITY,
Expand Down

0 comments on commit cb03ac8

Please sign in to comment.