Skip to content

Commit 72945e2

Browse files
committed
Added explicit return to 'murfey_db_url' fixture
1 parent f0b893c commit 72945e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ def murfey_db_url():
305305
if os.getenv("GITHUB_ACTIONS") == "true":
306306
raise KeyError
307307
pytest.skip("Murfey PostgreSQL database has not been set up; skipping test")
308+
return ""
308309

309310

310311
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)