Skip to content

Commit

Permalink
comment for conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
briehl committed Jun 3, 2024
1 parent 90cd523 commit 8ecdf15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

@pytest.fixture
def config():
"""Load and return the test config as a dictionary."""
config_file = os.environ.get("KB_DEPLOYMENT_CONFIG", None)
config = ConfigParser()
config.read(config_file)
Expand Down

0 comments on commit 8ecdf15

Please sign in to comment.