Fix tests.

This commit is contained in:
Ben Rog-Wilhelm 2025-01-11 12:10:11 -06:00
parent ac4d9f413f
commit 426f9e6824

View file

@ -25,7 +25,7 @@ class AccountsFixture:
print(f"Signing up as {username}")
signup_post_response = client.post("/signup", data={
"username": username,
"usernametwo": username,
"password": "password",
"password_confirm": "password",
"email": "",