Skip to content

Commit

Permalink
Merge pull request #8 from stefanofusai/7-fix-missing-environment-var…
Browse files Browse the repository at this point in the history
…iables-naming
  • Loading branch information
stefanofusai authored Oct 4, 2024
2 parents 3bf0c8b + e7407d0 commit 97505bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
from .fixtures import Schema


def test_schema_validation_error() -> None:
def test_missing_environment_variable() -> None:
with pytest.raises(MissingEnvironmentVariableError):
YAMLConfig.load("tests/fixtures/config.yaml", schema=Schema)

0 comments on commit 97505bf

Please sign in to comment.