We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53bb3ce commit f0a8a93Copy full SHA for f0a8a93
components/public-api-server/pkg/apiv1/tokens_test.go
@@ -473,7 +473,7 @@ func TestTokensService_DeletePersonalAccessToken(t *testing.T) {
473
}),
474
)
475
476
- serverMock.EXPECT().GetLoggedInUser(gomock.Any()).Return(user, nil).MaxTimes(3)
+ serverMock.EXPECT().GetLoggedInUser(gomock.Any()).Return(user, nil).Times(3)
477
478
_, err := client.GetPersonalAccessToken(context.Background(), connect.NewRequest(&v1.GetPersonalAccessTokenRequest{
479
Id: tokens[0].ID.String(),
0 commit comments