mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
fix bench script silent minor bugs
This commit is contained in:
parent
8370b4b1b7
commit
a940f727cb
2 changed files with 7 additions and 5 deletions
|
@ -44,7 +44,7 @@ end
|
|||
|
||||
def create_admin(seq)
|
||||
User.new.tap { |admin|
|
||||
admin.email = "admin@localhost#{seq}"
|
||||
admin.email = "admin@localhost#{seq}.fake"
|
||||
admin.username = "admin#{seq}"
|
||||
admin.password = "password"
|
||||
admin.save
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue