Skip to content

Commit

Permalink
Merge branch 'main' into remove-watermarks-a-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljbruce authored Aug 17, 2023
2 parents d04c5d8 + a461c17 commit de67735
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
digest: sha256:e08f9a3757808cdaf7a377e962308c65c4d7eff12db206d4fae702dd50d43430
# created: 2023-08-03T18:46:14.719706948Z
digest: sha256:606f3d9d99a1c7cdfa7158cbb1a75bfeef490655e246a2052f9ee741740d736c
# created: 2023-08-17T19:15:55.176034173Z
5 changes: 2 additions & 3 deletions system-test/bigtable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,8 @@ describe('Bigtable', () => {

it('should test Iam permissions for the instance', async () => {
const permissions = ['bigtable.tables.get', 'bigtable.tables.readRows'];
const [grantedPermissions] = await INSTANCE.testIamPermissions(
permissions
);
const [grantedPermissions] =
await INSTANCE.testIamPermissions(permissions);
assert.strictEqual(grantedPermissions.length, permissions.length);
permissions.forEach(permission => {
assert.strictEqual(grantedPermissions.includes(permission), true);
Expand Down

0 comments on commit de67735

Please sign in to comment.