File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
integration-tests/src/test
java/oracle/kubernetes/operator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public static void staticPrepare() throws Exception {
60
60
// Create the MySql db container
61
61
ExecResult result =
62
62
TestUtils .exec (
63
- "kubectl create -f " + TESTSCRIPTDIR + "/sitconfig/ mysql/mysql-dbservices.yml" );
63
+ "kubectl create -f " + TESTSCRIPTDIR + "/mysql/mysql-dbservices.yml" );
64
64
Assert .assertEquals (0 , result .exitValue ());
65
65
66
66
fqdn = TestUtils .getHostName ();
@@ -99,7 +99,7 @@ public static void staticUnPrepare() throws Exception {
99
99
tearDown ();
100
100
ExecResult result =
101
101
TestUtils .exec (
102
- "kubectl delete -f " + TESTSCRIPTDIR + "/sitconfig/ mysql/mysql-dbservices.yml" );
102
+ "kubectl delete -f " + TESTSCRIPTDIR + "/mysql/mysql-dbservices.yml" );
103
103
}
104
104
}
105
105
File renamed without changes.
You can’t perform that action at this time.
0 commit comments