From 929aa78362b0bcbf8d1d9ee864d806724c205f66 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Thu, 21 Oct 2021 12:39:14 +0200 Subject: [PATCH] force application/json accept --- templates/da_cache_to_shub.json.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/da_cache_to_shub.json.j2 b/templates/da_cache_to_shub.json.j2 index 11438b4..85dba35 100644 --- a/templates/da_cache_to_shub.json.j2 +++ b/templates/da_cache_to_shub.json.j2 @@ -116,7 +116,8 @@ "expect" : [200, 404], "method" : "GET", "headers" : { - "Authorization" : "${init.input.auth}" + "Authorization" : "${init.input.auth}", + "Accept" : "application/json" } } },