Skip to content

Commit 81296fe

Browse files
committed
reduce the domain name length
1 parent 715ead0 commit 81296fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static void staticUnPrepare() throws Exception {
7474
*/
7575
@Test
7676
public void testCreateDomainTwoConfiguredCluster() throws Exception {
77-
String DOMAINUID = "twoconfiguredclusterdomain";
77+
String DOMAINUID = "twoconfigclustdomain";
7878
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();
7979
logTestBegin(testMethodName);
8080
String template =

0 commit comments

Comments
 (0)