fixed issue 1295 by making chavacava's suggestion & ran tests

pull/1304/head
olcuhu 2 years ago
parent 3b8379f081
commit b8490f57a3

@ -268,10 +268,6 @@ func TestGetKubernetesURL(t *testing.T) {
if k8sURL != c.expected {
t.Errorf("Expected %q but Got %q", k8sURL, c.expected)
}
} else {
if k8sURL != c.expected {
t.Errorf("Expected %q but Got %q", k8sURL, c.expected)
}
}
})
}

Loading…
Cancel
Save