Commit 4c4accea by Ryan Baxter

Fixes test to be compatible with changes in config

parent 6734e1ca
......@@ -72,7 +72,7 @@ public class DiscoveryClientConfigServiceAutoConfigurationTests {
Mockito.verify(eurekaClient, times(1)).shutdown();
ConfigClientProperties locator = this.context
.getBean(ConfigClientProperties.class);
assertEquals("http://foo:7001/", locator.getRawUri());
assertEquals("http://foo:7001/", locator.getUri()[0]);
ApplicationInfoManager infoManager = this.context
.getBean(ApplicationInfoManager.class);
assertEquals("bar", infoManager.getInfo().getMetadata().get("foo"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment