Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Jan 16, 2025
1 parent e83bb06 commit 571f975
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 216 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
pip install .[test]
- name: Run non user endpoints integration tests
run: |
python -m unittest discover -v tests/integration/non_user_endpoints
python -m unittest discover -v tests/integration/non_user_endpoints
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
flake8 . --count --show-source --statistics
- name: Run unit tests
run: |
python -m unittest discover -v tests/unit
python -m unittest discover -v tests/unit
Loading

0 comments on commit 571f975

Please sign in to comment.