Fix tests.
This commit is contained in:
parent
ac4d9f413f
commit
426f9e6824
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class AccountsFixture:
|
||||||
print(f"Signing up as {username}")
|
print(f"Signing up as {username}")
|
||||||
|
|
||||||
signup_post_response = client.post("/signup", data={
|
signup_post_response = client.post("/signup", data={
|
||||||
"username": username,
|
"usernametwo": username,
|
||||||
"password": "password",
|
"password": "password",
|
||||||
"password_confirm": "password",
|
"password_confirm": "password",
|
||||||
"email": "",
|
"email": "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue