diff --git a/src/test/resources/features/tsa/signer/v1/credential/proof/POST.feature b/src/test/resources/features/tsa/signer/v1/credential/proof/POST.feature
index 07586ba0c53b0637fad96e11b97b5026f155faeb..19b959c569f75e35d2c6fa2e21bcbbb16082411e 100644
--- a/src/test/resources/features/tsa/signer/v1/credential/proof/POST.feature
+++ b/src/test/resources/features/tsa/signer/v1/credential/proof/POST.feature
@@ -32,9 +32,8 @@ Feature: API - TSA - Signer credential proof - v1/credential/proof POST
     And the response is valid according to the {Signer_CredentialProof_schema.json} REST schema
     And the field {proof.verificationMethod} has the value {did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation#key1}
 
-  @wip @bug-signer-#13 @negative
+  @negative
   Scenario: TSA - validate credential proof with empty body - Negative
     When I set the following request body {{}}
     When I create credential proof via TSA Signer API
-    And the status code should be {400}
-    And the field {message} has the value {missing required payload}
+    And the status code should be {400}
\ No newline at end of file
diff --git a/src/test/resources/features/tsa/signer/v1/presentation/proof/POST.feature b/src/test/resources/features/tsa/signer/v1/presentation/proof/POST.feature
index bb8c99f690102f9ec8c05f2e6f66fd08962a5b99..94b03ca3ae119ad86c6c3bdb6109ec7b673f0fea 100644
--- a/src/test/resources/features/tsa/signer/v1/presentation/proof/POST.feature
+++ b/src/test/resources/features/tsa/signer/v1/presentation/proof/POST.feature
@@ -32,9 +32,8 @@ Feature: API - TSA - Signer presentation proof - v1/presentation/proof POST
     And the response is valid according to the {Signer_PresentationProof_schema.json} REST schema
     And the field {proof.verificationMethod} has the value {did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation#key1}
 
-  @wip @bug-signer-#13 @negative
+  @negative
   Scenario: TSA - validate presentation proof with empty body - Negative
     When I set the following request body {{}}
     When I create presentation proof via TSA Signer API
-    And the status code should be {400}
-    And the field {message} has the value {missing required payload}
+    And the status code should be {400}
\ No newline at end of file