diff --git a/.vscode/settings.json b/.vscode/settings.json index a2d1cda..b03b054 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,6 +8,8 @@ "ASGI", "botuser", "buildx", + "chatbadge", + "chatbadgeset", "collectstatic", "colorama", "createsuperuser", @@ -16,11 +18,14 @@ "djlint", "docstrings", "dotenv", + "dropbenefit", + "dropbenefitedge", "dropcampaign", "dropcampaigndetails", "elif", "excinfo", "Facepunch", + "Feedly", "filterwarnings", "granian", "gunicorn", @@ -28,6 +33,7 @@ "hostnames", "httpx", "IGDB", + "Inoreader", "isort", "Joakim", "kwargs", @@ -35,9 +41,11 @@ "Mailgun", "makemigrations", "McCabe", + "nocampaigns", "noinput", "noopener", "noreferrer", + "otherchannel", "platformdirs", "prefetcher", "psutil", @@ -50,6 +58,7 @@ "pytest", "Ravendawn", "regularuser", + "rewardcampaign", "runserver", "sendgrid", "sitewide", @@ -58,9 +67,11 @@ "testchannel", "testpass", "thelovinator", + "timebaseddrop", "tqdm", "ttvdrops", "twid", + "twitchgamedata", "venv", "wrongpassword", "wsgi", diff --git a/twitch/tests/test_views.py b/twitch/tests/test_views.py index 7608946..b68c11c 100644 --- a/twitch/tests/test_views.py +++ b/twitch/tests/test_views.py @@ -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/")