Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Fix integration test env config filename
Browse files Browse the repository at this point in the history
Signed-off-by: Hunor Csomortáni <csomh@redhat.com>
  • Loading branch information
Hunor Csomortáni authored and MartinBasti committed Mar 13, 2019
1 parent 9174c10 commit eddae51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
def test_env():
"""Test environment configuration.
"""
with open('test.env') as f:
with open('test.env.yaml') as f:
env = yaml.safe_load(f)
return env

Expand Down

0 comments on commit eddae51

Please sign in to comment.