From f7ea44e021d9e764ebc1f4241082fdf9a9ccc3e7 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 --- api/gabbits/stacks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/gabbits/stacks.yaml b/api/gabbits/stacks.yaml index 3028018..73c03c4 100644 --- a/api/gabbits/stacks.yaml +++ b/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