Skip to content

Commit

Permalink
test: fix get user token
Browse files Browse the repository at this point in the history
  • Loading branch information
icey-yu committed Sep 29, 2024
1 parent 9989f9c commit 80fe44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/internal/manager/user_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (t *TestUserManager) login(ctx context.Context, userIDs ...string) error {
for _, userID := range userIDs {
userID := userID
gr.Go(func() error {
token, err := t.GetAdminToken(userID, config.PlatformID)
token, err := t.GetUserToken(userID, config.PlatformID)
if err != nil {
return err
}
Expand Down

0 comments on commit 80fe44b

Please sign in to comment.