mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Fix typo in test
This commit is contained in:
parent
6f6218cc1e
commit
7725cd23ec
@ -484,7 +484,7 @@ func TestHealthCheck(t *testing.T) {
|
||||
}
|
||||
defer resp.Body.Close()
|
||||
if resp.StatusCode != http.StatusInternalServerError {
|
||||
t.Errorf("expected status code %d, got %d", http.StatusOK, resp.StatusCode)
|
||||
t.Errorf("expected status code %d, got %d", http.StatusInternalServerError, resp.StatusCode)
|
||||
}
|
||||
|
||||
//Test with old docker version
|
||||
|
Loading…
Reference in New Issue
Block a user