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

chore: update v2.14.2 gapic-generator-typescript #118

Merged
merged 2 commits into from
Mar 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/gapic_applications_v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ describe('v1.ApplicationsClient', () => {
new protos.google.appengine.v1.GetApplicationRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getApplication(request), expectedError);
Expand Down
4 changes: 0 additions & 4 deletions test/gapic_authorized_certificates_v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ describe('v1.AuthorizedCertificatesClient', () => {
new protos.google.appengine.v1.GetAuthorizedCertificateRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(
Expand Down Expand Up @@ -484,7 +483,6 @@ describe('v1.AuthorizedCertificatesClient', () => {
new protos.google.appengine.v1.CreateAuthorizedCertificateRequest()
);
request.parent = '';
const expectedHeaderRequestParams = 'parent=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(
Expand Down Expand Up @@ -622,7 +620,6 @@ describe('v1.AuthorizedCertificatesClient', () => {
new protos.google.appengine.v1.UpdateAuthorizedCertificateRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(
Expand Down Expand Up @@ -760,7 +757,6 @@ describe('v1.AuthorizedCertificatesClient', () => {
new protos.google.appengine.v1.DeleteAuthorizedCertificateRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(
Expand Down
1 change: 0 additions & 1 deletion test/gapic_domain_mappings_v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ describe('v1.DomainMappingsClient', () => {
new protos.google.appengine.v1.GetDomainMappingRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getDomainMapping(request), expectedError);
Expand Down
5 changes: 0 additions & 5 deletions test/gapic_firewall_v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ describe('v1.FirewallClient', () => {
new protos.google.appengine.v1.BatchUpdateIngressRulesRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(
Expand Down Expand Up @@ -462,7 +461,6 @@ describe('v1.FirewallClient', () => {
new protos.google.appengine.v1.CreateIngressRuleRequest()
);
request.parent = '';
const expectedHeaderRequestParams = 'parent=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.createIngressRule(request), expectedError);
Expand Down Expand Up @@ -589,7 +587,6 @@ describe('v1.FirewallClient', () => {
new protos.google.appengine.v1.GetIngressRuleRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getIngressRule(request), expectedError);
Expand Down Expand Up @@ -716,7 +713,6 @@ describe('v1.FirewallClient', () => {
new protos.google.appengine.v1.UpdateIngressRuleRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.updateIngressRule(request), expectedError);
Expand Down Expand Up @@ -843,7 +839,6 @@ describe('v1.FirewallClient', () => {
new protos.google.appengine.v1.DeleteIngressRuleRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.deleteIngressRule(request), expectedError);
Expand Down
1 change: 0 additions & 1 deletion test/gapic_instances_v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ describe('v1.InstancesClient', () => {
new protos.google.appengine.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
1 change: 0 additions & 1 deletion test/gapic_services_v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ describe('v1.ServicesClient', () => {
new protos.google.appengine.v1.GetServiceRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getService(request), expectedError);
Expand Down
1 change: 0 additions & 1 deletion test/gapic_versions_v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ describe('v1.VersionsClient', () => {
new protos.google.appengine.v1.GetVersionRequest()
);
request.name = '';
const expectedHeaderRequestParams = 'name=';
const expectedError = new Error('The client has already been closed.');
client.close();
await assert.rejects(client.getVersion(request), expectedError);
Expand Down