We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e75569 commit 2fe34b4Copy full SHA for 2fe34b4
tests/unit/sdk/test_yaml.py
@@ -8,7 +8,7 @@
8
def test_read_missing_file() -> None:
9
file_name = "i_do_not_exist.yml"
10
dir = here / "test_data"
11
- full_path = dir / filename
+ full_path = dir / file_name
12
yaml_file = YamlFile(location=full_path)
13
yaml_file.load_content()
14
assert not yaml_file.valid
0 commit comments