Skip to content

Commit b960230

Browse files
committed
add space
1 parent 54a9f80 commit b960230

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITSitConfig.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public void testCustomSitConfigOverridesForDomain() throws Exception {
136136
+ T3CHANNELPORT
137137
+ " weblogic welcome1 "
138138
+ domain.getAdminServerName()
139+
+ " "
139140
+ testMethod
140141
+ "'");
141142
assertResult(result);
@@ -166,7 +167,7 @@ public void testCustomSitConfigOverridesForDomainMS() throws Exception {
166167
+ fqdn
167168
+ " "
168169
+ T3CHANNELPORT
169-
+ " weblogic welcome1 managed-server1"
170+
+ " weblogic welcome1 managed-server1 "
170171
+ testMethod
171172
+ "'");
172173
assertResult(result);
@@ -203,6 +204,7 @@ public void testCustomSitConfigOverridesForJdbc() throws Exception {
203204
+ T3CHANNELPORT
204205
+ " weblogic welcome1 "
205206
+ domain.getAdminServerName()
207+
+ " "
206208
+ testMethod
207209
+ " "
208210
+ JDBC_URL
@@ -237,6 +239,7 @@ public void testCustomSitConfigOverridesForJms() throws Exception {
237239
+ T3CHANNELPORT
238240
+ " weblogic welcome1 "
239241
+ domain.getAdminServerName()
242+
+ " "
240243
+ testMethod
241244
+ "'");
242245
assertResult(result);
@@ -271,6 +274,7 @@ public void testCustomSitConfigOverridesForWldf() throws Exception {
271274
+ T3CHANNELPORT
272275
+ " weblogic welcome1 "
273276
+ domain.getAdminServerName()
277+
+ " "
274278
+ testMethod
275279
+ "'");
276280
assertResult(result);

0 commit comments

Comments
 (0)