fix: ineffectual assign

This commit is contained in:
mrjoelkamp
2024-06-18 09:38:50 -05:00
parent 130e1f640b
commit a3921c206a

View File

@@ -69,6 +69,7 @@ func TestAttestationReferenceTypes(t *testing.T) {
indexName := fmt.Sprintf("%s/repo:root", u.Host)
require.NoError(t, err)
err = mirror.PushIndexToRegistry(signedIndex, indexName)
require.NoError(t, err)
for _, platform := range platforms {
// can eval policy in the normal way