fix: remove mock tuf client output

This commit is contained in:
mrjoelkamp
2024-08-29 08:25:42 -05:00
parent 5db1b5c4c1
commit 2acc30693f
2 changed files with 5 additions and 30 deletions

View File

@@ -41,7 +41,7 @@ func TestResolvePolicy(t *testing.T) {
opts := &policy.Options{}
tempDir := test.CreateTempDir(t, "", "tuf-dest")
if !tc.DisableTUF {
tufClient = tuf.NewMockTufClient(tufPolicyPath, tempDir)
tufClient = tuf.NewMockTufClient(tufPolicyPath)
}
if tc.policyID != "" {
opts.PolicyID = tc.policyID