We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d726a9b + 12d637c commit c911cedCopy full SHA for c911ced
1 file changed
cli/command/container/port_test.go
@@ -65,7 +65,7 @@ func TestNewPortCommandOutput(t *testing.T) {
65
}
66
return ci, nil
67
},
68
- }, test.EnableContentTrust)
+ })
69
cmd := NewPortCommand(cli)
70
cmd.SetErr(io.Discard)
71
cmd.SetArgs([]string{"some_container", tc.port})
0 commit comments