Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
chore: update v2.14.2 gapic-generator-typescript (#21)
Browse files Browse the repository at this point in the history
* chore: update v2.14.2 gapic-generator-typescript

Committer: @summer-ji-eng
PiperOrigin-RevId: 434859890

Source-Link: googleapis/googleapis@bc2432d

Source-Link: googleapis/googleapis-gen@930b673
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTMwYjY3MzEwM2U5MjUyM2Y4Y2ZlZDM4ZGVjZDdkM2FmYWU4ZWJlNyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 16, 2022
1 parent 24740e9 commit e42bed6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/gapic_i_d_s_v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ describe('v1.IDSClient', () => {
new protos.google.cloud.ids.v1.GetEndpointRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getEndpoint(request), expectedError);
Expand Down

0 comments on commit e42bed6

Please sign in to comment.