From 12d637c1b51df7b58a71714f09b35320a488e4fa Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 1 Apr 2025 14:48:02 +0200 Subject: [PATCH] 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 --- cli/command/container/port_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/command/container/port_test.go b/cli/command/container/port_test.go index 152e47ab4b..5ed907dcb2 100644 --- a/cli/command/container/port_test.go +++ b/cli/command/container/port_test.go @@ -65,7 +65,7 @@ func TestNewPortCommandOutput(t *testing.T) { } return ci, nil }, - }, test.EnableContentTrust) + }) cmd := NewPortCommand(cli) cmd.SetErr(io.Discard) cmd.SetArgs([]string{"some_container", tc.port})