Skip to content

Commit 12d637c

Browse files
committed
cli/command/container: TestNewPortCommandOutput: remove DCT
This looks like a copy/paste from other tests, because this test does not test anything related to docker content trust. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 2b84421 commit 12d637c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)