Skip to content

Commit 9b9e433

Browse files
build: update gapic-generator-typescript to v1.2.10. (googleapis#284)
1 parent aab2c09 commit 9b9e433

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Diff for: samples/test/containerAnalysis.test.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -236,15 +236,16 @@ describe('Note tests', () => {
236236
);
237237
assert.include(output, 'Occurrence deleted:');
238238
});
239-
it('should delete note', () => {
239+
it('should delete note', function () {
240+
this.retries(3);
240241
const output = execSync(`node deleteNote.js "${projectId}" "${noteId}" `);
241242
assert.include(output, `Note ${formattedNoteName} deleted.`);
242243
// Sometimes the delete note test is failing with the error:
243244
// Error: 5 NOT_FOUND: note with ID "test-note-${uuid}" for project
244245
// ${projectId} does not exist.
245246
// Attempting to work around this issue by retrying a few times.
246247
// DO NOT MERGE. If this works, we should submit an upstream bug.
247-
}).retries(3);
248+
});
248249
});
249250

250251
describe('polling', () => {

Diff for: synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-containeranalysis.git",
7-
"sha": "ebfa6dc70fdc9d05256950327f91d2a6fbb82795"
7+
"sha": "aab2c094fcefd5600aa800d217cbdf390860b782"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
15-
"internalRef": "345596855"
14+
"sha": "5477122b3e8037a1dc5bc920536158edbd151dc4",
15+
"internalRef": "361273630"
1616
}
1717
},
1818
{

Diff for: webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2021 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)