diff --git a/codecov/commands/tests/test_base.py b/codecov/commands/tests/test_base.py index d26d5ed448..c40aade3f1 100644 --- a/codecov/commands/tests/test_base.py +++ b/codecov/commands/tests/test_base.py @@ -29,6 +29,7 @@ def test_base_interactor_with_missing_required_service(): assert excinfo.value.message == "Missing required service" + @pytest.mark.django_db def test_base_interactor_missing_user_in_owner(): owner = OwnerFactory()