mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix log
Signed-off-by: maxwell <csuhp007@gmail.com>
This commit is contained in:
parent
279452fedd
commit
317f5e0edc
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ func TestRunContainerWithBridgeNone(t *testing.T) {
|
|||
|
||||
result, err = container.Exec(ctx, client, id3, []string{"sh", "-c", nsCommand})
|
||||
assert.NilError(t, err)
|
||||
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")
|
||||
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")
|
||||
}
|
||||
|
||||
func TestNetworkInvalidJSON(t *testing.T) {
|
||||
|
|
Loading…
Add table
Reference in a new issue