Update pkg/cmd/attestation/trustedroot/trustedroot_test.go
Co-authored-by: Fredrik Skogman <kommendorkapten@github.com>
This commit is contained in:
parent
cbe8525321
commit
3bcedfe7f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue