Skip to content

Commit

Permalink
tests: apt_pipelining spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
blackboxsw committed Jan 13, 2022
1 parent dd7e363 commit 1710170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/config/test_cc_apt_pipelining.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_false_disables_pipelining(self, m_write_file):
)
@skipUnlessJsonSchema()
@mock.patch("cloudinit.config.schema.read_cfg_paths")
def test_schema_vaidatoin(self, read_cfg_paths, config, error_msg, paths):
def test_schema_validation(self, read_cfg_paths, config, error_msg, paths):
"""Assert expected schema validation and error messages."""
read_cfg_paths.return_value = paths
# New-style schema $defs exist in config/cloud-init-schema*.json
Expand Down

0 comments on commit 1710170

Please sign in to comment.