1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00

test: fix

This commit is contained in:
Carlos A Becker 2022-10-01 00:05:11 -03:00
parent 0ca7af86c2
commit 11447a8990
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -597,7 +597,7 @@ func TestCheckUseJobToken(t *testing.T) {
UseJobToken: tt.useJobToken,
},
})
got := checkUseJobToken(ctx, tt.token)
got := checkUseJobToken(*ctx, tt.token)
require.Equal(t, tt.want, got, tt.desc)
})
}