Skip to content

Commit

Permalink
Update src/test/java/com/box/sdk/BoxAPIRequestTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsocha2 authored Feb 22, 2024
1 parent 4688ddb commit 891ee6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/box/sdk/BoxAPIRequestTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ public void interceptorCanModifyRequestURL() {

new BoxAPIRequest(api, boxMockUrl(), "GET").send();
verify(1, getRequestedFor(urlEqualTo(modifiedPath)));
verify(0, getRequestedFor(urlEqualTo(initialPath)));
}

@Test
Expand Down

0 comments on commit 891ee6f

Please sign in to comment.