(self)
| 926 | |
| 927 | class TestJSONValueHeaderParams(BaseArgProcessTest): |
| 928 | def setUp(self): |
| 929 | super(TestJSONValueHeaderParams, self).setUp() |
| 930 | self.p = self.get_param_model( |
| 931 | 'lex-runtime.PostContent.sessionAttributes' |
| 932 | ) |
| 933 | |
| 934 | def test_json_value_dict(self): |
| 935 | value = '{"foo": "bar"}' |
nothing calls this directly
no test coverage detected