Browse code

Fix log

Signed-off-by: maxwell <csuhp007@gmail.com>

maxwell authored on 2018/11/12 00:07:43
Showing 1 changed files
... ...
@@ -56,7 +56,7 @@ func TestRunContainerWithBridgeNone(t *testing.T) {
56 56
 
57 57
 	result, err = container.Exec(ctx, client, id3, []string{"sh", "-c", nsCommand})
58 58
 	assert.NilError(t, err)
59
-	assert.Check(t, is.Equal(stdout.String(), result.Combined()), "The network namspace of container should be the same with host when --net=host and bridge network is disabled")
59
+	assert.Check(t, is.Equal(stdout.String(), result.Combined()), "The network namespace of container should be the same with host when --net=host and bridge network is disabled")
60 60
 }
61 61
 
62 62
 func TestNetworkInvalidJSON(t *testing.T) {