mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-11 17:55:37 +00:00
Rename new user to avoid duplication
This commit is contained in:
parent
34f05c135b
commit
46b663b139
1 changed files with 4 additions and 4 deletions
|
@ -29,11 +29,11 @@ class User(TestCase):
|
||||||
bookwyrm_user=False,
|
bookwyrm_user=False,
|
||||||
)
|
)
|
||||||
self.another_user = models.User.objects.create_user(
|
self.another_user = models.User.objects.create_user(
|
||||||
f"rat@{DOMAIN}",
|
f"nutria@{DOMAIN}",
|
||||||
"rat@rat.rat",
|
"nutria@nutria.nutria",
|
||||||
"ratword",
|
"nutriaword",
|
||||||
local=True,
|
local=True,
|
||||||
localname="rat",
|
localname="nutria",
|
||||||
name="hi",
|
name="hi",
|
||||||
bookwyrm_user=False,
|
bookwyrm_user=False,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue