We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7acc8 commit 7c7f008Copy full SHA for 7c7f008
src/test/java/com/microsoft/graph/functional/BatchTests.java
@@ -68,6 +68,7 @@ public void GetsABatchFromRequests() throws IOException{
68
assertEquals(200, batchResponse.code());
69
70
final MSBatchResponseContent responseContent = new MSBatchResponseContent(batchResponse);
71
+ batchResponse.close();
72
73
assertEquals(400, responseContent.getResponseById(userPostId).code()); //400:we're not providing enough properties for the call to go through
74
assertEquals(200, responseContent.getResponseById(meGetId).code());
0 commit comments