Fix a bug/typo in a config_values.py fixture (#33886)

This commit is contained in:
Massimiliano Culpo 2022-11-14 13:26:14 +01:00 committed by GitHub
parent 3efa4ee26f
commit e4e02dbeae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ def test_set_install_hash_length(hash_length, mutable_config, tmpdir):
assert len(hash_str) == hash_length
@pytest.mark.use_fixtures("mock_packages")
@pytest.mark.usefixtures("mock_packages")
def test_set_install_hash_length_upper_case(mutable_config, tmpdir):
mutable_config.set("config:install_hash_length", 5)
mutable_config.set(