From 7725cd23ecd145e6d04a72164731cad39b8a7299 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Wed, 4 Mar 2015 10:09:28 -0500 Subject: [PATCH] Fix typo in test --- pkg/kubelet/server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/server_test.go b/pkg/kubelet/server_test.go index 00a31270c52..b186e1be209 100644 --- a/pkg/kubelet/server_test.go +++ b/pkg/kubelet/server_test.go @@ -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