formatting
This commit is contained in:
@@ -37,7 +37,7 @@ public class KubernetesServiceInstanceTests {
|
||||
EndpointPort port = new EndpointPort();
|
||||
port.setPort(8080);
|
||||
KubernetesServiceInstance instance = new KubernetesServiceInstance("123",
|
||||
"myservice", address, port, Collections.emptyMap(), secure);
|
||||
"myservice", address, port, Collections.emptyMap(), secure);
|
||||
|
||||
assertThat(instance.getInstanceId()).isEqualTo("123");
|
||||
assertThat(instance.getServiceId()).isEqualTo("myservice");
|
||||
|
||||
Reference in New Issue
Block a user