Skip to content

Commit e34c5f7

Browse files
authored
Fix for the common mount sample domain resource generator test. (#2400)
1 parent e05e719 commit e34c5f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItMiiSample.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ public static void initAll(@Namespaces(5) List<String> namespaces) {
164164
@DisabledIfEnvironmentVariable(named = "SKIP_CHECK_SAMPLE", matches = "true")
165165
@DisplayName("Test to verify MII Sample source")
166166
public void testCheckMiiSampleSource() {
167+
envMap.remove("BASE_IMAGE_NAME");
167168
execTestScriptAndAssertSuccess("-check-sample","Sample source doesn't match with the generated source");
169+
envMap.put("BASE_IMAGE_NAME", WEBLOGIC_IMAGE_NAME);
168170
}
169171

170172
/**

0 commit comments

Comments
 (0)