Skip to content

Commit c911ced

Browse files
authored
Merge pull request #5979 from thaJeztah/fix_TestNewPortCommandOutput
cli/command/container: TestNewPortCommandOutput: remove DCT
2 parents d726a9b + 12d637c commit c911ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/command/container/port_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func TestNewPortCommandOutput(t *testing.T) {
6565
}
6666
return ci, nil
6767
},
68-
}, test.EnableContentTrust)
68+
})
6969
cmd := NewPortCommand(cli)
7070
cmd.SetErr(io.Discard)
7171
cmd.SetArgs([]string{"some_container", tc.port})

0 commit comments

Comments
 (0)