use correct owner

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2024-03-04 10:31:55 -07:00
parent a340e9b33c
commit b8a570fcfa

View file

@ -77,7 +77,7 @@ func TestRunVerify(t *testing.T) {
t.Run("with owner", func(t *testing.T) {
opts := publicGoodOpts
opts.BundlePath = ""
opts.Owner = "github"
opts.Owner = "sigstore"
assert.Nil(t, RunVerify(&opts))
})