Skip to content

Commit a74da26

Browse files
authored
fix: change “to” to “too”
1 parent 2dcc9a5 commit a74da26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/routers/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async def created_infraction(
7474
jam_id = created_codejam.id
7575
response = await client.post(
7676
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"}
77+
json={"user_id": user_id, "jam_id": jam_id, "reason": "Too good to be true", "infraction_type": "warning"}
7878
)
7979
parsed_infraction = models.InfractionResponse(**response.json())
8080
assert response.status_code == 200

0 commit comments

Comments
 (0)