Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tukeJonny committed Nov 24, 2023
1 parent 72d6268 commit 679e5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench/scenario/core_pretest_calc.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ func normalUserStatsCalcPretest(ctx context.Context, contestantLogger *zap.Logge
}

if err := client.Login(ctx, &isupipe.LoginRequest{
Username: name,
Password: passwd,
Username: "user-stats-calc",
Password: "test",
}); err != nil {
return err
}
Expand Down

0 comments on commit 679e5e5

Please sign in to comment.