From 1d77265ebcd46e50fff4410729a4c2531a3c6275 Mon Sep 17 00:00:00 2001 From: Tharsanan1 Date: Tue, 17 Oct 2023 10:02:16 +0530 Subject: [PATCH] Add comment --- .../src/test/resources/tests/api/RevokedToken.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cucumber-tests/src/test/resources/tests/api/RevokedToken.feature b/test/cucumber-tests/src/test/resources/tests/api/RevokedToken.feature index 3efca46b7e..a452d38037 100644 --- a/test/cucumber-tests/src/test/resources/tests/api/RevokedToken.feature +++ b/test/cucumber-tests/src/test/resources/tests/api/RevokedToken.feature @@ -16,6 +16,7 @@ Feature: Token revocation |stsAuthKey|2jrmypak391zsqz974ugdddebf812ofx1b9t1oq27530ir02tc815eemrx435qvcp41ucgy7v5uuawzi4qcmjrx0k1zgox2s28cr| And I send "GET" request to "https://default.gw.wso2.com:9095/jwt-basic/3.14/employee/" with body "" And the response status code should be 200 + # Revoke the token And I send "POST" request to "https://apk-test-setup-wso2-apk-common-controller-service.apk-integration-test.svc:9543/revoke" with body "{\"token\": \"${accessToken}\"}" And the response status code should be 200 And I wait for 5 seconds