File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ resource "aws_api_gateway_integration" "get_document_reference_mock_integration"
4444 request_templates = {
4545 " application/json" = << EOF
4646 {
47- #if ( $input.params('id') == '2 ' )
47+ #if ( $input.params('id') == '16521000000101~f9ed81db-f90a-42d4-b7e4-d554d8f338fd ' )
4848 "statusCode": 200
49- #elseif ( $input.params('id') == '0 ' )
49+ #elseif ( $input.params('id') == '400 ' )
5050 "statusCode": 400
51- #elseif ( $input.params('id') == '1 ' )
51+ #elseif ( $input.params('id') == '401 ' )
5252 "statusCode": 401
53- #elseif ( $input.params('id') == '3 ' )
53+ #elseif ( $input.params('id') == '403 ' )
5454 "statusCode": 403
55- #elseif ( $input.params('id') == '4 ' )
55+ #elseif ( $input.params('id') == '404 ' )
5656 "statusCode": 404
5757 #end
5858 }
You can’t perform that action at this time.
0 commit comments