From 5db7b35a29b948a7e027f69a0a35fd59f792d2bf Mon Sep 17 00:00:00 2001
From: "georgi.michev" <georgi.michev@vereign.com>
Date: Mon, 11 Jul 2022 11:56:35 +0300
Subject: [PATCH] add missing negative tag

Signed-off-by: georgi.michev <georgi.michev@vereign.com>
---
 src/test/resources/features/tsa/infohub/v1/export/GET.feature | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/resources/features/tsa/infohub/v1/export/GET.feature b/src/test/resources/features/tsa/infohub/v1/export/GET.feature
index 2c97cdcf..cded7fff 100644
--- a/src/test/resources/features/tsa/infohub/v1/export/GET.feature
+++ b/src/test/resources/features/tsa/infohub/v1/export/GET.feature
@@ -36,6 +36,7 @@ Feature: API - TSA - Infohub - v1/export GET
     And the field {proof.verificationMethod} has the value {did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation#key1}
     And the field {proof.type} has the value {JsonWebSignature2020}
 
+  @negative
   Scenario: TSA - Export missing export through Infohub - Negative
     When I export the {missing_export} via TSA Infohub API
     Then the status code should be {404}
-- 
GitLab