Skip to content

Commit

Permalink
TST: Update configuration file name in ws_auth test
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyrendahl committed Mar 21, 2018
1 parent c2e0e9b commit 9f09b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hutch_python/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ def find(self, multiples=False, **kwargs):
@pytest.fixture(scope='function')
def temporary_config():
# Write to our configuration
with open('qs.cfg', '+w') as f:
with open('web.cfg', '+w') as f:
f.write(cfg)
# Allow the test to run
yield
# Remove the file
os.remove('qs.cfg')
os.remove('web.cfg')


@pytest.fixture(scope='function')
Expand Down

0 comments on commit 9f09b88

Please sign in to comment.