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 40fb62f commit 1ae613eCopy full SHA for 1ae613e
integration-tests/src/test/java/oracle/weblogic/kubernetes/ItFmwDiiSample.java
@@ -70,7 +70,7 @@ public class ItFmwDiiSample {
70
private static String domainNamespace = null;
71
72
private static final Path samplePath = Paths.get(ITTESTS_DIR, "../kubernetes/samples");
73
- private static final Path tempSamplePath = Paths.get(WORK_DIR, "fmw-sample-testing");
+ private static final Path tempSamplePath = Paths.get(WORK_DIR, "fmw-diisample-testing");
74
75
private static final String RCUSYSUSERNAME = "sys";
76
private static final String RCUSYSPASSWORD = "Oradoc_db1";
0 commit comments