Skip to content

Commit edf28ae

Browse files
chore: update v2.14.2 gapic-generator-typescript (#251)
- [ ] 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
1 parent ecde411 commit edf28ae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/google-monitoring-dashboard/test/gapic_dashboards_service_v1.ts

-4
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ describe('v1.DashboardsServiceClient', () => {
330330
new protos.google.monitoring.dashboard.v1.CreateDashboardRequest()
331331
);
332332
request.parent = '';
333-
const expectedHeaderRequestParams = 'parent=';
334333
const expectedError = new Error('The client has already been closed.');
335334
client.close();
336335
await assert.rejects(client.createDashboard(request), expectedError);
@@ -457,7 +456,6 @@ describe('v1.DashboardsServiceClient', () => {
457456
new protos.google.monitoring.dashboard.v1.GetDashboardRequest()
458457
);
459458
request.name = '';
460-
const expectedHeaderRequestParams = 'name=';
461459
const expectedError = new Error('The client has already been closed.');
462460
client.close();
463461
await assert.rejects(client.getDashboard(request), expectedError);
@@ -584,7 +582,6 @@ describe('v1.DashboardsServiceClient', () => {
584582
new protos.google.monitoring.dashboard.v1.DeleteDashboardRequest()
585583
);
586584
request.name = '';
587-
const expectedHeaderRequestParams = 'name=';
588585
const expectedError = new Error('The client has already been closed.');
589586
client.close();
590587
await assert.rejects(client.deleteDashboard(request), expectedError);
@@ -715,7 +712,6 @@ describe('v1.DashboardsServiceClient', () => {
715712
);
716713
request.dashboard = {};
717714
request.dashboard.name = '';
718-
const expectedHeaderRequestParams = 'dashboard.name=';
719715
const expectedError = new Error('The client has already been closed.');
720716
client.close();
721717
await assert.rejects(client.updateDashboard(request), expectedError);

0 commit comments

Comments
 (0)