Commit b7709303 authored by Caleb Bron's avatar Caleb Bron
Browse files

Temp remove kubectl app endpoint urls

Showing with 5 additions and 5 deletions
+5 -5
......@@ -38,11 +38,11 @@ func endpointTests(t *testing.T, when spec.G, it spec.S) {
assert.Equal(t, "Hello World", service.GetEndpointResponse())
assert.Equal(t, "Hello World v3", stagedService.GetEndpointResponse())
assert.Equal(t,
testutil.GetHostname(service.GetKubeAppEndpointURLs()[0]),
testutil.GetHostname(service.GetAppEndpointURLs()[0]),
)
//
//assert.Equal(t,
// testutil.GetHostname(service.GetKubeAppEndpointURLs()[0]),
// testutil.GetHostname(service.GetAppEndpointURLs()[0]),
//)
assert.Equal(t,
testutil.GetHostname(service.GetAppEndpointURLs()[0]),
......
Supports Markdown
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