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 fa7f22e commit 9223de2Copy full SHA for 9223de2
integration-tests/src/test/java/oracle/kubernetes/operator/ITOperator.java
@@ -358,7 +358,8 @@ public void testAutoAndCustomSitConfigOverrides() throws Exception {
358
domainMap.put("configOverrides", "sitconfigcm");
359
domainMap.put(
360
"configOverridesFile",
361
- "/integration-tests/src/test/resources/domain-home-on-pv/customsitconfig");
+ BaseTest.getProjectRoot()
362
+ + "/integration-tests/src/test/resources/domain-home-on-pv/customsitconfig");
363
domainMap.put("domainUID", "customsitdomain");
364
domainMap.put("adminNodePort", new Integer("30704"));
365
domainMap.put("t3ChannelPort", new Integer("30051"));
0 commit comments