Skip to content

Commit

Permalink
test: destroy httpJsonComplianceClient after tests. (#2738)
Browse files Browse the repository at this point in the history
Co-authored-by: Lawrence Qiu <lawrenceqiu@google.com>
  • Loading branch information
zhumin8 and lqiu96 committed May 7, 2024
1 parent 43e62b9 commit 3611e8f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ public void destroyClient() {
grpcClient.close();
httpJsonClient.close();
grpcComplianceClient.close();
httpJsonComplianceClient.close();
}

@Test
Expand Down

0 comments on commit 3611e8f

Please sign in to comment.