Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 21, 2024
1 parent 4eecdd7 commit 0b2c55c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,7 @@ def test_server_channels(self, run_with_reloader):
self.assertEqual(run_with_reloader.call_args[0][0].__module__, "channels.management.commands.runserver")
User.objects.all().delete()

@unittest.skipIf(django.VERSION < (3, 0), "Daphne support requires Django 3.0+")
@patch("app_helper.server.autoreload.run_with_reloader")
@patch("app_helper.server.autoreload.run_with_reloader")
def test_server_daphne(self, run_with_reloader):
"""Run server command and create default user - daphne version."""
try:
Expand Down

0 comments on commit 0b2c55c

Please sign in to comment.