Skip to content

Commit

Permalink
chore: update v2.14.2 gapic-generator-typescript (#30)
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] authored Mar 16, 2022
1 parent 0ceba92 commit 5de8b86
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ describe('v1.VmMigrationClient', () => {
new protos.google.cloud.vmmigration.v1.GetSourceRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getSource(request), expectedError);
Expand Down Expand Up @@ -484,7 +483,6 @@ describe('v1.VmMigrationClient', () => {
new protos.google.cloud.vmmigration.v1.FetchInventoryRequest()
);
request.source = '';
const expectedHeaderRequestParams = 'source=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.fetchInventory(request), expectedError);
Expand Down Expand Up @@ -612,7 +610,6 @@ describe('v1.VmMigrationClient', () => {
new protos.google.cloud.vmmigration.v1.GetUtilizationReportRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getUtilizationReport(request), expectedError);
Expand Down Expand Up @@ -743,7 +740,6 @@ describe('v1.VmMigrationClient', () => {
new protos.google.cloud.vmmigration.v1.GetDatacenterConnectorRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(
Expand Down Expand Up @@ -873,7 +869,6 @@ describe('v1.VmMigrationClient', () => {
new protos.google.cloud.vmmigration.v1.GetMigratingVmRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getMigratingVm(request), expectedError);
Expand Down Expand Up @@ -1000,7 +995,6 @@ describe('v1.VmMigrationClient', () => {
new protos.google.cloud.vmmigration.v1.GetCloneJobRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getCloneJob(request), expectedError);
Expand Down Expand Up @@ -1127,7 +1121,6 @@ describe('v1.VmMigrationClient', () => {
new protos.google.cloud.vmmigration.v1.GetCutoverJobRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getCutoverJob(request), expectedError);
Expand Down Expand Up @@ -1251,7 +1244,6 @@ describe('v1.VmMigrationClient', () => {
new protos.google.cloud.vmmigration.v1.GetGroupRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getGroup(request), expectedError);
Expand Down Expand Up @@ -1378,7 +1370,6 @@ describe('v1.VmMigrationClient', () => {
new protos.google.cloud.vmmigration.v1.GetTargetProjectRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getTargetProject(request), expectedError);
Expand Down

0 comments on commit 5de8b86

Please sign in to comment.