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 90ff936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts
Submodule contracts updated 333 files
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 90ff936

Please sign in to comment.