Skip to content

Commit f7e69d4

Browse files
committed
update jmx_sd_configs test template
1 parent 2acc6e0 commit f7e69d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/core/test_service_discovery.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ class TestServiceDiscovery(unittest.TestCase):
150150
}
151151

152152
jmx_sd_configs = {
153-
'tomcat': ({}, [{"host": "localhost", "port": "9012"}]),
154-
'solr': ({}, [
153+
'tomcat': ('auto-configuration', ({}, [{"host": "localhost", "port": "9012"}])),
154+
'solr': ('auto-configuration', ({}, [
155155
{"host": "localhost", "port": "9999", "username": "foo", "password": "bar"},
156156
{"host": "remotehost", "port": "5555", "username": "haz", "password": "bar"},
157-
]),
157+
])),
158158
}
159159

160160
def setUp(self):

0 commit comments

Comments
 (0)