use correct owner
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
a340e9b33c
commit
b8a570fcfa
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue