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 dd5165e commit 8205f1cCopy full SHA for 8205f1c
integration-tests/src/test/java/oracle/weblogic/kubernetes/ItMiiDynamicUpdate.java
@@ -680,7 +680,7 @@ void testMiiDeleteDatasource() {
680
Path pathToDeleteDSYaml = Paths.get(WORK_DIR + "/deleteds.yaml");
681
String yamlToDeleteDS = "resources:\n"
682
+ " JDBCSystemResource:\n"
683
- + " !TestDataSource2:";
+ + " '!TestDataSource2':";
684
685
assertDoesNotThrow(() -> Files.write(pathToDeleteDSYaml, yamlToDeleteDS.getBytes()));
686
0 commit comments