Skip to content

Commit

Permalink
Remove unused fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Jun 30, 2019
1 parent 6b24fef commit 2b1a1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def env(monkeypatch):


@pytest.fixture
def settings(testdir, env, monkeypatch, vault_prefix):
def settings(testdir, env, vault_prefix):
"""Setting module to test."""
settings = testdir.mkdir("settings")
settings.ensure("__init__.py").write(
Expand Down

0 comments on commit 2b1a1f1

Please sign in to comment.