Skip to content

Commit

Permalink
chore: update v2.14.2 gapic-generator-typescript (#54)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

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

Source-Link: googleapis/googleapis@bc2432d

Source-Link: googleapis/googleapis-gen@930b673
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTMwYjY3MzEwM2U5MjUyM2Y4Y2ZlZDM4ZGVjZDdkM2FmYWU4ZWJlNyJ9
  • Loading branch information
gcf-owl-bot[bot] committed Mar 16, 2022
1 parent 3c6b868 commit 83fec4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ describe('v1.CloudFilestoreManagerClient', () => {
new protos.google.cloud.filestore.v1.GetInstanceRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getInstance(request), expectedError);
Expand Down Expand Up @@ -502,7 +501,6 @@ describe('v1.CloudFilestoreManagerClient', () => {
new protos.google.cloud.filestore.v1.GetBackupRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getBackup(request), expectedError);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ describe('v1beta1.CloudFilestoreManagerClient', () => {
new protos.google.cloud.filestore.v1beta1.GetInstanceRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getInstance(request), expectedError);
Expand Down Expand Up @@ -504,7 +503,6 @@ describe('v1beta1.CloudFilestoreManagerClient', () => {
new protos.google.cloud.filestore.v1beta1.GetBackupRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getBackup(request), expectedError);
Expand Down

0 comments on commit 83fec4e

Please sign in to comment.