From 437c053ad43005b21707ef682a00a3353219c423 Mon Sep 17 00:00:00 2001 From: rabi Date: Thu, 30 Mar 2017 09:56:03 +0530 Subject: [PATCH] Remove encoding for application/json in response Change-Id: I33c5118035bc69ed810e9498bf1aaf5f7488ef17 Closes-Bug: #1677446 --- heat_integrationtests/api/gabbits/stacks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat_integrationtests/api/gabbits/stacks.yaml b/heat_integrationtests/api/gabbits/stacks.yaml index 30280183f9..73c03c40f7 100644 --- a/heat_integrationtests/api/gabbits/stacks.yaml +++ b/heat_integrationtests/api/gabbits/stacks.yaml @@ -7,7 +7,7 @@ tests: GET: /stacks status: 200 response_headers: - content-type: application/json; charset=UTF-8 + content-type: application/json - name: create empty stack POST: /stacks