()
| 262 | |
| 263 | |
| 264 | def test_validate_preferred_output_encoding(): |
| 265 | with mock.patch.dict(os.environ, {'AWS_CLI_OUTPUT_ENCODING': 'invalid'}): |
| 266 | with pytest.raises(ValueError): |
| 267 | validate_preferred_output_encoding() |
nothing calls this directly
no test coverage detected