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 cd1bf82 commit bcdedd7Copy full SHA for bcdedd7
integration-tests/src/test/resources/domain-home-on-pv/create-domain-auto-sit-config.py
@@ -49,7 +49,7 @@ def getEnvVar(var):
49
# ===================================
50
cd('/Servers/AdminServer')
51
# Give incorrect listenaddress, introspector overrides with sit-config
52
-set('ListenAddress', 'junk')
+set('ListenAddress', '')
53
set('ListenPort', admin_port)
54
set('Name', admin_server_name)
55
@@ -58,7 +58,7 @@ def getEnvVar(var):
58
set('PublicPort', t3_channel_port)
59
set('PublicAddress', t3_public_address)
60
61
62
set('ListenPort', t3_channel_port)
63
64
cd('/Servers/%s' % admin_server_name)
0 commit comments