Skip to content

Commit eb7ac59

Browse files
committed
Synchronize changes to file
1 parent 3f86211 commit eb7ac59

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/src/test/java/oracle/weblogic/kubernetes/actions/impl

1 file changed

+1
-1
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/actions/impl/Domain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ public static boolean scaleClusterWithRestApi(String domainUid,
462462
String decodedToken = OKD ? secretToken : new String(Base64.getDecoder().decode(secretToken));
463463
logger.info("Got decoded token for secret {0} associated with service account {1} in namespace {2}: {3}",
464464
secretName, opServiceAccount, opNamespace, decodedToken);
465-
465+
466466
assertNotNull(decodedToken, "Couldn't get secret, token is null");
467467

468468
// build the curl command to scale the cluster

0 commit comments

Comments
 (0)