MCPcopy Create free account
hub / github.com/Netflix/bless / test_invalid_request

Function test_invalid_request

tests/aws_lambda/test_bless_lambda_host.py:48–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47
48def 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'

Callers

nothing calls this directly

Calls 1

lambda_handler_hostFunction · 0.90

Tested by

no test coverage detected