Skip to content

Commit

Permalink
ruff formats
Browse files Browse the repository at this point in the history
  • Loading branch information
krrish-sehgal committed Nov 10, 2024
1 parent a28d33b commit 07c6392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/tests_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ def test_google_connect(self):
def test_facebook_connect(self):
url = reverse("facebook_connect")
response = self.client.get(url)
self.assertIn(response.status_code, [200, 302, 405, 401, 404], msg=url)
self.assertIn(response.status_code, [200, 302, 405, 401, 404], msg=url)

0 comments on commit 07c6392

Please sign in to comment.