Fix typos

This commit is contained in:
Joakim Hellsén 2026-02-09 23:44:23 +01:00
commit a2b219033d
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
2 changed files with 12 additions and 1 deletions

View file

@ -319,7 +319,7 @@ class TestChannelListView:
channel: Channel = Channel.objects.create(
twitch_id="channel_no_campaigns",
name="nocampaigns",
display_name="NoCompaigns",
display_name="NoCampaigns",
)
response: _MonkeyPatchedWSGIResponse = client.get("/channels/")