Remove a redundant error test case and improve another
Signed-off-by: Felix Conway <felix.conway@arm.com>
diff --git a/tests/suites/test_suite_error.data b/tests/suites/test_suite_error.data
index e496841..8565098 100644
--- a/tests/suites/test_suite_error.data
+++ b/tests/suites/test_suite_error.data
@@ -3,12 +3,8 @@
error_strerror:-0x0020:"AES - Invalid key length"
Single high error
-depends_on:MBEDTLS_RSA_C
-error_strerror:-0x4200:"RSA - Key failed to pass the validity check of the library"
-
-Low and high error
-depends_on:MBEDTLS_AES_C:MBEDTLS_RSA_C
-error_strerror:-0x4220:"RSA - Key failed to pass the validity check of the library \: AES - Invalid key length"
+depends_on:PSA_WANT_ALG_SHA_256:MBEDTLS_RSA_C:MBEDTLS_X509_CRT_PARSE_C
+error_strerror:-0x2280:"X509 - The serial tag or value is invalid"
Non existing high error
error_strerror:-0x8880:"UNKNOWN ERROR CODE (8880)"