Skip to content

Commit

Permalink
chore: update v2.14.2 gapic-generator-typescript (#133)
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 8883bf3 commit e9013d2
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ describe('v1.CloudChannelServiceClient', () => {
new protos.google.cloud.channel.v1.GetCustomerRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getCustomer(request), expectedError);
Expand Down Expand Up @@ -509,7 +508,6 @@ describe('v1.CloudChannelServiceClient', () => {
new protos.google.cloud.channel.v1.CheckCloudIdentityAccountsExistRequest()
);
request.parent = '';
const expectedHeaderRequestParams = 'parent=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(
Expand Down Expand Up @@ -647,7 +645,6 @@ describe('v1.CloudChannelServiceClient', () => {
new protos.google.cloud.channel.v1.CreateCustomerRequest()
);
request.parent = '';
const expectedHeaderRequestParams = 'parent=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.createCustomer(request), expectedError);
Expand Down Expand Up @@ -786,7 +783,6 @@ describe('v1.CloudChannelServiceClient', () => {
);
request.customer = {};
request.customer.name = '';
const expectedHeaderRequestParams = 'customer.name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.updateCustomer(request), expectedError);
Expand Down Expand Up @@ -921,7 +917,6 @@ describe('v1.CloudChannelServiceClient', () => {
new protos.google.cloud.channel.v1.DeleteCustomerRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.deleteCustomer(request), expectedError);
Expand Down Expand Up @@ -1056,7 +1051,6 @@ describe('v1.CloudChannelServiceClient', () => {
new protos.google.cloud.channel.v1.ImportCustomerRequest()
);
request.parent = '';
const expectedHeaderRequestParams = 'parent=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.importCustomer(request), expectedError);
Expand Down Expand Up @@ -1191,7 +1185,6 @@ describe('v1.CloudChannelServiceClient', () => {
new protos.google.cloud.channel.v1.GetEntitlementRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getEntitlement(request), expectedError);
Expand Down Expand Up @@ -1330,7 +1323,6 @@ describe('v1.CloudChannelServiceClient', () => {
new protos.google.cloud.channel.v1.GetChannelPartnerLinkRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(
Expand Down Expand Up @@ -1472,7 +1464,6 @@ describe('v1.CloudChannelServiceClient', () => {
new protos.google.cloud.channel.v1.CreateChannelPartnerLinkRequest()
);
request.parent = '';
const expectedHeaderRequestParams = 'parent=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(
Expand Down Expand Up @@ -1614,7 +1605,6 @@ describe('v1.CloudChannelServiceClient', () => {
new protos.google.cloud.channel.v1.UpdateChannelPartnerLinkRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(
Expand Down Expand Up @@ -1752,7 +1742,6 @@ describe('v1.CloudChannelServiceClient', () => {
new protos.google.cloud.channel.v1.LookupOfferRequest()
);
request.entitlement = '';
const expectedHeaderRequestParams = 'entitlement=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.lookupOffer(request), expectedError);
Expand Down Expand Up @@ -1888,7 +1877,6 @@ describe('v1.CloudChannelServiceClient', () => {
new protos.google.cloud.channel.v1.RegisterSubscriberRequest()
);
request.account = '';
const expectedHeaderRequestParams = 'account=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.registerSubscriber(request), expectedError);
Expand Down Expand Up @@ -2024,7 +2012,6 @@ describe('v1.CloudChannelServiceClient', () => {
new protos.google.cloud.channel.v1.UnregisterSubscriberRequest()
);
request.account = '';
const expectedHeaderRequestParams = 'account=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.unregisterSubscriber(request), expectedError);
Expand Down

0 comments on commit e9013d2

Please sign in to comment.