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 a290cef commit d9bccfaCopy full SHA for d9bccfa
operator/src/test/java/oracle/kubernetes/operator/helpers/JobHelperTest.java
@@ -301,8 +301,9 @@ public void introspectorPodStartupWithNullAdminUsernamePasswordEnvVarValues() {
301
}
302
303
@Test
304
- public void whenDomainHasEnvironmentItemsWithVariable_introspectorPodStartupShouldNotChangeIt()
305
- throws NoSuchMethodException, IllegalAccessException, InvocationTargetException {
+ public void
+ whenDomainHasEnvironmentItemsWithVariable_createIntrospectorPodShouldNotChangeItsValue()
306
+ throws NoSuchMethodException, IllegalAccessException, InvocationTargetException {
307
DomainPresenceInfo domainPresenceInfo = createDomainPresenceInfo();
308
309
DomainConfigurator domainConfigurator =
0 commit comments