summaryrefslogtreecommitdiff
path: root/internal/api/client/account/account_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/account/account_test.go')
-rw-r--r--internal/api/client/account/account_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/api/client/account/account_test.go b/internal/api/client/account/account_test.go
index f7dfa4520..b642dbcb4 100644
--- a/internal/api/client/account/account_test.go
+++ b/internal/api/client/account/account_test.go
@@ -95,5 +95,7 @@ func (suite *AccountStandardTestSuite) newContext(recorder *httptest.ResponseRec
ctx.Request.Header.Set("Content-Type", bodyContentType)
}
+ ctx.Request.Header.Set("accept", "application/json")
+
return ctx
}