Skip to content

Commit

Permalink
Fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanSachi committed Jun 13, 2023
1 parent b528cb0 commit 8fc4ded
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ public void testUrlTemplateWithNestedJsonQueryParamWithoutURIEncode() {
//Expected Json message : {"Products":{"p1":"name1","p2":"name2"}}
BValue bJson = JsonParser.parse(new HttpMessageDataStreamer(response).getInputStream());
Assert.assertEquals(((BMap<String, BValue>) bJson).get("Products").stringValue(),
"{\"products\":[{\"productOneOf\":{\"productId\":\"0123456789\",\"productCategory\":\"LargeProduct\"}}]}",
"ProductID variable not set properly.");
"{\"products\":[{\"productOneOf\":{\"productId\":\"0123456789\",\"productCategory\":\"LargeProduct\"}}]}",
"ProductID variable not set properly.");
}

@DataProvider(name = "validUrl")
Expand Down

0 comments on commit 8fc4ded

Please sign in to comment.