Skip to content

Commit

Permalink
Merge pull request #350 from wri/fix/GTC-1866-double-quotes
Browse files Browse the repository at this point in the history
GTC-1866: fix: Remove extra quotes from error message
  • Loading branch information
gtempus authored Oct 20, 2022
2 parents 538438f + f997542 commit 1461f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/api_gateway/resource/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ resource "aws_api_gateway_gateway_response" "integration_timeout" {
"application/json" = <<EOF
{
"status": "failed",
"message": "$context.error.messageString : Use the pagination query parameters when available. See the API documentation."
"message": "$context.error.message : Use the pagination query parameters when available. See the API documentation."
}
EOF
}
Expand Down

0 comments on commit 1461f10

Please sign in to comment.