Skip to content

Commit

Permalink
#52 Updating test to pass in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aweigold committed Jan 17, 2018
1 parent 8d7ed05 commit 37ef1e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ public void testSdkIdHeader() throws Exception {
String.format("/%s/%s", projectId, "items/on_roasts"),
(request, response, context) -> {
Assert.assertEquals(
"localBuild;com.kenticocloud:delivery-sdk-java;localBuild",
request.getHeaders("X-KC-SDKID")[0].getValue());
3,
request.getHeaders("X-KC-SDKID")[0].getValue().split(";").length);
response.setEntity(
new InputStreamEntity(
this.getClass().getResourceAsStream("SampleContentItem.json")
Expand Down

0 comments on commit 37ef1e8

Please sign in to comment.