From 40f8a98258747f9e4793abeaf8783f884fc55483 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 01:44:13 +0000 Subject: [PATCH] chore: update v2.14.2 gapic-generator-typescript (#164) - [ ] Regenerate this pull request now. Committer: @summer-ji-eng PiperOrigin-RevId: 434859890 Source-Link: https://github.com/googleapis/googleapis/commit/bc2432d50cba657e95212122e3fa112591b5bec2 Source-Link: https://github.com/googleapis/googleapis-gen/commit/930b673103e92523f8cfed38decd7d3afae8ebe7 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTMwYjY3MzEwM2U5MjUyM2Y4Y2ZlZDM4ZGVjZDdkM2FmYWU4ZWJlNyJ9 --- .../test/gapic_connection_service_v1.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/google-cloud-bigquery-connection/test/gapic_connection_service_v1.ts b/packages/google-cloud-bigquery-connection/test/gapic_connection_service_v1.ts index e2f6e41a19d..c5ebcd130ca 100644 --- a/packages/google-cloud-bigquery-connection/test/gapic_connection_service_v1.ts +++ b/packages/google-cloud-bigquery-connection/test/gapic_connection_service_v1.ts @@ -330,7 +330,6 @@ describe('v1.ConnectionServiceClient', () => { new protos.google.cloud.bigquery.connection.v1.CreateConnectionRequest() ); request.parent = ''; - const expectedHeaderRequestParams = 'parent='; const expectedError = new Error('The client has already been closed.'); client.close(); await assert.rejects(client.createConnection(request), expectedError); @@ -457,7 +456,6 @@ describe('v1.ConnectionServiceClient', () => { new protos.google.cloud.bigquery.connection.v1.GetConnectionRequest() ); request.name = ''; - const expectedHeaderRequestParams = 'name='; const expectedError = new Error('The client has already been closed.'); client.close(); await assert.rejects(client.getConnection(request), expectedError); @@ -584,7 +582,6 @@ describe('v1.ConnectionServiceClient', () => { new protos.google.cloud.bigquery.connection.v1.UpdateConnectionRequest() ); request.name = ''; - const expectedHeaderRequestParams = 'name='; const expectedError = new Error('The client has already been closed.'); client.close(); await assert.rejects(client.updateConnection(request), expectedError); @@ -711,7 +708,6 @@ describe('v1.ConnectionServiceClient', () => { new protos.google.cloud.bigquery.connection.v1.DeleteConnectionRequest() ); request.name = ''; - const expectedHeaderRequestParams = 'name='; const expectedError = new Error('The client has already been closed.'); client.close(); await assert.rejects(client.deleteConnection(request), expectedError); @@ -838,7 +834,6 @@ describe('v1.ConnectionServiceClient', () => { new protos.google.iam.v1.GetIamPolicyRequest() ); request.resource = ''; - const expectedHeaderRequestParams = 'resource='; const expectedError = new Error('The client has already been closed.'); client.close(); await assert.rejects(client.getIamPolicy(request), expectedError); @@ -965,7 +960,6 @@ describe('v1.ConnectionServiceClient', () => { new protos.google.iam.v1.SetIamPolicyRequest() ); request.resource = ''; - const expectedHeaderRequestParams = 'resource='; const expectedError = new Error('The client has already been closed.'); client.close(); await assert.rejects(client.setIamPolicy(request), expectedError); @@ -1093,7 +1087,6 @@ describe('v1.ConnectionServiceClient', () => { new protos.google.iam.v1.TestIamPermissionsRequest() ); request.resource = ''; - const expectedHeaderRequestParams = 'resource='; const expectedError = new Error('The client has already been closed.'); client.close(); await assert.rejects(client.testIamPermissions(request), expectedError);