Update pkg/cmd/attestation/trustedroot/trustedroot_test.go

Co-authored-by: Fredrik Skogman <kommendorkapten@github.com>
This commit is contained in:
Brian DeHamer 2024-09-17 14:18:00 -07:00 committed by GitHub
parent cbe8525321
commit 3bcedfe7f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -130,7 +130,7 @@ func TestNewTrustedRootWithTenancy(t *testing.T) {
assert.ErrorContains(t, err, "not authenticated")
})
t.Run("Host wth auth configured", func(t *testing.T) {
t.Run("Host with auth configured", func(t *testing.T) {
f := &cmdutil.Factory{
IOStreams: testIO,
Config: func() (gh.Config, error) {