Fix typos
This commit is contained in:
parent
0a0345f217
commit
a2b219033d
2 changed files with 12 additions and 1 deletions
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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/")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue