Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tibroc committed Jun 6, 2024
1 parent a7aef77 commit 1f38978
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pairing-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:

- run: pip install -r requirements-test.txt

- run: flake8 *.py test --max-line-length=120
- run: flake8 bbb_pairing_server test --max-line-length=120

- run: bandit *.py
- run: bandit bbb_pairing_server

- run: python -m pytest
2 changes: 1 addition & 1 deletion pairing-server/test/test_room.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from async_timeout import timeout
from quart.testing.connections import WebsocketDisconnectError

from app import app
from bbb_pairing_server.app import app
import json


Expand Down

0 comments on commit 1f38978

Please sign in to comment.