We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f86211 commit eb7ac59Copy full SHA for eb7ac59
integration-tests/src/test/java/oracle/weblogic/kubernetes/actions/impl/Domain.java
@@ -462,7 +462,7 @@ public static boolean scaleClusterWithRestApi(String domainUid,
462
String decodedToken = OKD ? secretToken : new String(Base64.getDecoder().decode(secretToken));
463
logger.info("Got decoded token for secret {0} associated with service account {1} in namespace {2}: {3}",
464
secretName, opServiceAccount, opNamespace, decodedToken);
465
-
+
466
assertNotNull(decodedToken, "Couldn't get secret, token is null");
467
468
// build the curl command to scale the cluster
0 commit comments