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

11
.vscode/settings.json vendored
View file

@ -8,6 +8,8 @@
"ASGI", "ASGI",
"botuser", "botuser",
"buildx", "buildx",
"chatbadge",
"chatbadgeset",
"collectstatic", "collectstatic",
"colorama", "colorama",
"createsuperuser", "createsuperuser",
@ -16,11 +18,14 @@
"djlint", "djlint",
"docstrings", "docstrings",
"dotenv", "dotenv",
"dropbenefit",
"dropbenefitedge",
"dropcampaign", "dropcampaign",
"dropcampaigndetails", "dropcampaigndetails",
"elif", "elif",
"excinfo", "excinfo",
"Facepunch", "Facepunch",
"Feedly",
"filterwarnings", "filterwarnings",
"granian", "granian",
"gunicorn", "gunicorn",
@ -28,6 +33,7 @@
"hostnames", "hostnames",
"httpx", "httpx",
"IGDB", "IGDB",
"Inoreader",
"isort", "isort",
"Joakim", "Joakim",
"kwargs", "kwargs",
@ -35,9 +41,11 @@
"Mailgun", "Mailgun",
"makemigrations", "makemigrations",
"McCabe", "McCabe",
"nocampaigns",
"noinput", "noinput",
"noopener", "noopener",
"noreferrer", "noreferrer",
"otherchannel",
"platformdirs", "platformdirs",
"prefetcher", "prefetcher",
"psutil", "psutil",
@ -50,6 +58,7 @@
"pytest", "pytest",
"Ravendawn", "Ravendawn",
"regularuser", "regularuser",
"rewardcampaign",
"runserver", "runserver",
"sendgrid", "sendgrid",
"sitewide", "sitewide",
@ -58,9 +67,11 @@
"testchannel", "testchannel",
"testpass", "testpass",
"thelovinator", "thelovinator",
"timebaseddrop",
"tqdm", "tqdm",
"ttvdrops", "ttvdrops",
"twid", "twid",
"twitchgamedata",
"venv", "venv",
"wrongpassword", "wrongpassword",
"wsgi", "wsgi",

View file

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