Skip to content

Commit 90ff936

Browse files
committed
fixup! fix: use NO_CONTENT instead of NOT_FOUND for no job
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
1 parent beb3eef commit 90ff936

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts

Submodule contracts updated 333 files

core/node/proof_data_handler/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async fn request_tee_proof_inputs() {
3131
L2ChainId::default(),
3232
);
3333
let test_cases = vec![
34-
(json!({ "tee_type": "sgx" }), StatusCode::NOT_FOUND),
34+
(json!({ "tee_type": "sgx" }), StatusCode::NO_CONTENT),
3535
(
3636
json!({ "tee_type": "Sgx" }),
3737
StatusCode::UNPROCESSABLE_ENTITY,

0 commit comments

Comments
 (0)