Skip to content

Commit 966bdf7

Browse files
gcf-owl-bot[bot]GautamSharda
authored andcommitted
chore: update release-please post-processing for nodejs apiary (#1322)
* fix: update release-please post-processing for nodejs apiary Source-Link: googleapis/synthtool@59fe44f Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:606f3d9d99a1c7cdfa7158cbb1a75bfeef490655e246a2052f9ee741740d736c Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e8b45b1 commit 966bdf7

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

handwritten/bigtable/.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:e08f9a3757808cdaf7a377e962308c65c4d7eff12db206d4fae702dd50d43430
17-
# created: 2023-08-03T18:46:14.719706948Z
16+
digest: sha256:606f3d9d99a1c7cdfa7158cbb1a75bfeef490655e246a2052f9ee741740d736c
17+
# created: 2023-08-17T19:15:55.176034173Z

handwritten/bigtable/system-test/bigtable.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,8 @@ describe('Bigtable', () => {
155155

156156
it('should test Iam permissions for the instance', async () => {
157157
const permissions = ['bigtable.tables.get', 'bigtable.tables.readRows'];
158-
const [grantedPermissions] = await INSTANCE.testIamPermissions(
159-
permissions
160-
);
158+
const [grantedPermissions] =
159+
await INSTANCE.testIamPermissions(permissions);
161160
assert.strictEqual(grantedPermissions.length, permissions.length);
162161
permissions.forEach(permission => {
163162
assert.strictEqual(grantedPermissions.includes(permission), true);

0 commit comments

Comments
 (0)