Skip to content

Commit 8983660

Browse files
MaxFabreimperosol
andcommitted
Update core/tests/test_auth_api.py
Co-authored-by: thomas girod <56346771+imperosol@users.noreply.github.com>
1 parent d32d8fe commit 8983660

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

core/tests/test_auth_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
def post_login(client: Client, identifier: str, password: str):
1515
return client.post(
1616
reverse("api:login"),
17-
data=json.dumps({"identifier": identifier, "password": password}),
18-
content_type="application/json",
17+
data={"identifier": identifier, "password": password}
1918
)
2019

2120

0 commit comments

Comments
 (0)