use correct header

This commit is contained in:
Maren Süwer
2018-10-29 15:27:21 +01:00
parent 7a60e976a1
commit e67f68c364
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ describe("get content", () => {
it("should return language", done => {
let headers = {
Language: "JAVA"
"X-Programming-Language": "JAVA"
};
fetchMock.head("/api/v2" + CONTENT_URL, {