Fix typos all around

This commit is contained in:
Viktor Szépe 2024-10-07 21:53:27 +00:00
parent dbccd57db0
commit 1e7506dba6
5 changed files with 7 additions and 7 deletions

View file

@ -29,7 +29,7 @@ def is_valid_according_to_schema(obj, obj_schema):
return False
@pytest.mark.parametrize('value', ('definitely-not-a-tag', 'fiel'))
@pytest.mark.parametrize('value', ('definitely-not-a-tag', 'file'))
def test_check_type_tag_failures(value):
with pytest.raises(cfgv.ValidationError):
check_type_tag(value)