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>
This commit is contained in:
Sebastiaan van Stijn 2025-04-01 14:48:02 +02:00
parent 2b84421520
commit 12d637c1b5
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

View File

@ -65,7 +65,7 @@ func TestNewPortCommandOutput(t *testing.T) {
} }
return ci, nil return ci, nil
}, },
}, test.EnableContentTrust) })
cmd := NewPortCommand(cli) cmd := NewPortCommand(cli)
cmd.SetErr(io.Discard) cmd.SetErr(io.Discard)
cmd.SetArgs([]string{"some_container", tc.port}) cmd.SetArgs([]string{"some_container", tc.port})