Skip to content

Commit

Permalink
Update param stripping test
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasdinov committed Mar 20, 2023
1 parent 03ade04 commit 3135db8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public void testThatForResponseWithEmptyLinksArrayTypeParamsInURLsAreStripped()

String responseBody =
"{ \"requestUrl\":"
+ " \"http://example.org/content/notifications?since=2016-07-23T00:00:00.000Z&type=article&type=mediaResource&monitor=false\","
+ " \"http://example.org/content/notifications?since=2016-07-23T00:00:00.000Z&type=article&type=mediaResource&monitor=false&hideCreate=true\","
+ " \"links\": [] }";
String strippedBody =
"{\"requestUrl\":\"http://example.org/content/notifications?since=2016-07-23T00:00:00.000Z\",\"links\":[]}";
Expand Down

0 comments on commit 3135db8

Please sign in to comment.