Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Oct 1, 2022
1 parent 0ca7af8 commit 11447a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/client/gitlab_test.go
Expand Up @@ -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)
})
}
Expand Down

0 comments on commit 11447a8

Please sign in to comment.