diff --git a/unit_test/main_tests/main_options_test.py b/unit_test/main_tests/main_options_test.py index d488a4468..849dbe3ba 100644 --- a/unit_test/main_tests/main_options_test.py +++ b/unit_test/main_tests/main_options_test.py @@ -270,7 +270,7 @@ def test_config_settings(platform_specific, platform, intercepted_build_args, mo config_settings = 'setting=value setting=value2 other="something else"' if platform_specific: monkeypatch.setenv("CIBW_CONFIG_SETTINGS_" + platform.upper(), config_settings) - monkeypatch.setenv("CIBW_CONFIG_SETTIGNS", "a=b") + monkeypatch.setenv("CIBW_CONFIG_SETTINGS", "a=b") else: monkeypatch.setenv("CIBW_CONFIG_SETTINGS", config_settings)