Kaynağa Gözat

Minor spelling fix

Signed-off-by: Eohyung Lee <liquidnuker@gmail.com>
Eohyung Lee 10 yıl önce
ebeveyn
işleme
7986c37996
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      integration-cli/docker_api_inspect_test.go

+ 1 - 1
integration-cli/docker_api_inspect_test.go

@@ -46,7 +46,7 @@ func TestInspectApiContainerResponse(t *testing.T) {
 
 
 		for _, key := range keys {
 		for _, key := range keys {
 			if _, ok := inspectJSON[key]; !ok {
 			if _, ok := inspectJSON[key]; !ok {
-				t.Fatalf("%s does not exist in reponse for %s version", key, testVersion)
+				t.Fatalf("%s does not exist in response for %s version", key, testVersion)
 			}
 			}
 		}
 		}
 		//Issue #6830: type not properly converted to JSON/back
 		//Issue #6830: type not properly converted to JSON/back