Skip to content

Commit

Permalink
chore: Close gRPC Identity client (googleapis#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 authored Apr 14, 2023
1 parent a2ee512 commit ca4de24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public void setup() throws Exception {

@After
public void cleanup() {
grpcClient.close();
httpJsonClient.close();
}

Expand Down

0 comments on commit ca4de24

Please sign in to comment.