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 569c2c2 commit 5972560Copy full SHA for 5972560
pydis_site/apps/api/tests/test_offensive_message.py
@@ -58,7 +58,7 @@ def test_returns_400_on_negative_id_or_channel_id(self):
58
)
59
60
for field, invalid_value in cases:
61
- with self.subTest(fied=field, invalid_value=invalid_value):
+ with self.subTest(field=field, invalid_value=invalid_value):
62
test_data = data.copy()
63
test_data.update({field: invalid_value})
64
0 commit comments