Skip to content

Commit 5f32352

Browse files
committed
accepting admin or collaborator for when testing locally or in ci
1 parent 0767450 commit 5f32352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/access.integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('access', function () {
99
'--app=heroku-cli-ci-smoke-test-app',
1010
])
1111
const out = stdout + stderr
12-
expect(out).to.include('admin')
12+
expect(out).to.match(/admin|collaborator/)
1313
expect(out).to.include('deploy, manage, operate, view')
1414
})
1515
})

0 commit comments

Comments
 (0)