Skip to content

Commit a040847

Browse files
authored
fix: QueryTest typo in class name (#1634)
Signed-off-by: Carson Cook <carson.cook@ibm.com>
1 parent cb33cb3 commit a040847

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/src/test/java/org/zowe/apiml/integration/authentication/providers

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/org/zowe/apiml/integration/authentication/providers/QueryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ void givenValidTokenInWrongCookie(String queryUrl) {
170170
}
171171

172172
@Nested
173-
class WhenUserAuthenticatesViaGetMethod {
173+
class WhenUserQueriesViaPostMethod {
174174
@Nested
175175
class ReturnMethodNotAllowed {
176176
@ParameterizedTest(name = "givenValidCredentials {index} {0} ")

0 commit comments

Comments
 (0)