[go: nahoru, domu]

Skip to content

Commit

Permalink
chore: update v2.14.2 gapic-generator-typescript (#80)
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 f10e8b0 commit 2f975d7
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ describe('v1.EssentialContactsServiceClient', () => {
new protos.google.cloud.essentialcontacts.v1.CreateContactRequest()
);
request.parent = '';
const expectedHeaderRequestParams = 'parent=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.createContact(request), expectedError);
Expand Down Expand Up @@ -479,7 +478,6 @@ describe('v1.EssentialContactsServiceClient', () => {
);
request.contact = {};
request.contact.name = '';
const expectedHeaderRequestParams = 'contact.name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.updateContact(request), expectedError);
Expand Down Expand Up @@ -610,7 +608,6 @@ describe('v1.EssentialContactsServiceClient', () => {
new protos.google.cloud.essentialcontacts.v1.GetContactRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getContact(request), expectedError);
Expand Down Expand Up @@ -741,7 +738,6 @@ describe('v1.EssentialContactsServiceClient', () => {
new protos.google.cloud.essentialcontacts.v1.DeleteContactRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.deleteContact(request), expectedError);
Expand Down Expand Up @@ -872,7 +868,6 @@ describe('v1.EssentialContactsServiceClient', () => {
new protos.google.cloud.essentialcontacts.v1.SendTestMessageRequest()
);
request.resource = '';
const expectedHeaderRequestParams = 'resource=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.sendTestMessage(request), expectedError);
Expand Down

0 comments on commit 2f975d7

Please sign in to comment.