Skip to content

Commit

Permalink
fix "test_websockets.py" when not using channels
Browse files Browse the repository at this point in the history
  • Loading branch information
mpnowacki-reef committed Aug 20, 2024
1 parent 35d6aca commit 148447d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{%- if cookiecutter.use_channels -%}
{%- if cookiecutter.use_channels == "y" -%}
import pytest

from ..schemas import Heartbeat
Expand Down

0 comments on commit 148447d

Please sign in to comment.