We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcc9a5 commit a74da26Copy full SHA for a74da26
tests/routers/conftest.py
@@ -74,7 +74,7 @@ async def created_infraction(
74
jam_id = created_codejam.id
75
response = await client.post(
76
app.url_path_for("create_infraction"),
77
- json={"user_id": user_id, "jam_id": jam_id, "reason": "To good to be true", "infraction_type": "warning"}
+ json={"user_id": user_id, "jam_id": jam_id, "reason": "Too good to be true", "infraction_type": "warning"}
78
)
79
parsed_infraction = models.InfractionResponse(**response.json())
80
assert response.status_code == 200
0 commit comments