Skip to content

Commit

Permalink
chore: update v2.14.2 gapic-generator-typescript (#164)
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 17, 2022
1 parent 6e83ab1 commit 40f8a98
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 40f8a98

Please sign in to comment.