diff --git a/e2e_tests/src/stress.rs b/e2e_tests/src/stress.rs index 8d49fbee..1346fd33 100644 --- a/e2e_tests/src/stress.rs +++ b/e2e_tests/src/stress.rs @@ -231,6 +231,7 @@ impl StressTestWorker { ) .expect_err("Verification should fail."); if !(status == ResponseStatus::PsaErrorInvalidSignature + || status == ResponseStatus::PsaErrorInvalidArgument || status == ResponseStatus::PsaErrorCorruptionDetected) { panic!("An invalid signature or a tampering detection should be the only reasons of the verification failing. Status returned: {:?}.", status);