Skip to content

Commit

Permalink
Merge pull request #160 from project-sunbird/fixTest
Browse files Browse the repository at this point in the history
Issue add sout to check the headers
  • Loading branch information
JaikumarSRajan authored May 2, 2019
2 parents d1c6817 + 9e81c88 commit 893bd4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static String getCourseId(BaseCitrusTestRunner runner, TestContext testCo
private static Map<String, Object> getHeaders() {
Map<String, Object> headers = TestActionUtil.getHeaders(true);
headers.put(Constant.AUTHORIZATION, Constant.BEARER + System.getenv("content_store_api_key"));
headers.put(Constant.X_AUTHENTICATED_USER_TOKEN, "${accessToken}");
System.out.println(headers);
return headers;
}

Expand Down

0 comments on commit 893bd4e

Please sign in to comment.