Skip to content

Commit

Permalink
test: rename test so picked up by pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Aug 21, 2023
1 parent 488e4db commit 0ba9f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/tests/test_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""Tests for user / auth endpoints."""


def dummy_test():
def test_nothing():
"""Dummy test to stop exit code 5."""
assert True

Expand Down

0 comments on commit 0ba9f3b

Please sign in to comment.