diff --git a/keploy/test-set-2/tests/test-1.yaml b/keploy/test-set-2/tests/test-1.yaml index 344290d7..dd92e7f1 100755 --- a/keploy/test-set-2/tests/test-1.yaml +++ b/keploy/test-set-2/tests/test-1.yaml @@ -54,6 +54,8 @@ spec: assertions: noise: header.Date: [] + body.data.login.token: [] + body.data.login.refreshToken: [] created: 1710436253 curl: |- curl --request POST \ diff --git a/keploy/test-set-2/tests/test-2.yaml b/keploy/test-set-2/tests/test-2.yaml index 5e6e665d..a27e2976 100755 --- a/keploy/test-set-2/tests/test-2.yaml +++ b/keploy/test-set-2/tests/test-2.yaml @@ -54,6 +54,7 @@ spec: objects: [] assertions: noise: + header: [] header.Date: [] created: 1710436277 curl: |- diff --git a/keploy/test-set-2/tests/test-4.yaml b/keploy/test-set-2/tests/test-4.yaml index 189fe2fa..211d88ca 100755 --- a/keploy/test-set-2/tests/test-4.yaml +++ b/keploy/test-set-2/tests/test-4.yaml @@ -55,6 +55,7 @@ spec: assertions: noise: header.Date: [] + body.data.refreshToken.token: [] created: 1710436314 curl: |- curl --request POST \ diff --git a/keploy/test-set-2/tests/test-5.yaml b/keploy/test-set-2/tests/test-5.yaml index 8074bf53..4ffcc197 100755 --- a/keploy/test-set-2/tests/test-5.yaml +++ b/keploy/test-set-2/tests/test-5.yaml @@ -54,6 +54,8 @@ spec: objects: [] assertions: noise: + - header.Access-Control-Allow-Credentials: [] + header: [] header.Date: [] created: 1710436335 curl: |-