Skip to content

Commit

Permalink
Update cmd/kube-apiserver-healthcheck/proxy_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: John Gardiner Myers <jgmyers@proofpoint.com>
  • Loading branch information
justinsb and johngmyers committed May 7, 2020
1 parent 6b11d8b commit 22f10de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/kube-apiserver-healthcheck/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ func TestBuildProxyRequest(t *testing.T) {
t.Fatalf("unexpected method %q", out.Method)
}
actual = out.URL.String()
if actual == "" {
t.Fatalf("unexpected empty URL")
}
}

if actual != g.Out {
Expand Down

0 comments on commit 22f10de

Please sign in to comment.