()
| 46 | |
| 47 | |
| 48 | def test_invalid_request(): |
| 49 | output = lambda_handler_host(INVALID_TEST_REQUEST, context=Context, |
| 50 | ca_private_key_password=RSA_CA_PRIVATE_KEY_PASSWORD, |
| 51 | entropy_check=False, |
| 52 | config_file=os.path.join(os.path.dirname(__file__), 'bless-test.cfg')) |
| 53 | assert output['errorType'] == 'InputValidationError' |
nothing calls this directly
no test coverage detected