File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
system-test/src/test/java/oracle/weblogic/deploy/integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -532,12 +532,12 @@ public void testFDiscoverDomainWithRequiredArgument() throws Exception {
532
532
private void verifyFDiscoverDomainWithRequiredArgument (String expectedModelFile ) throws Exception {
533
533
List <String > checkContents = new ArrayList <>();
534
534
checkContents .add ("domainInfo:" );
535
- checkContents .add ("AdminUserName: ' --FIX ME--' " );
535
+ checkContents .add ("AdminUserName: --FIX ME--" );
536
536
checkContents .add ("CoherenceClusterSystemResource: defaultCoherenceCluster" );
537
537
checkContents .add ("PublicAddress: kubernetes" );
538
538
checkContents .add ("Trust Service Identity Asserter:" );
539
539
checkContents .add ("appDeployments:" );
540
- checkContents .add ("SourcePath: ' wlsdeploy/applications/simple-app.war' " );
540
+ checkContents .add ("SourcePath: wlsdeploy/applications/simple-app.war" );
541
541
verifyModelFileContents (expectedModelFile , checkContents );
542
542
}
543
543
You can’t perform that action at this time.
0 commit comments