Skip to content

Commit 2de283b

Browse files
author
Maksym Mykhailenko
committed
fix: unit test
1 parent 19863e9 commit 2de283b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/projects/update.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ describe('Project', () => {
663663
request(server)
664664
.patch(`/v5/projects/${project1.id}`)
665665
.set({
666-
Authorization: `Bearer ${testUtil.m2m['write:projects-billing-accounts']}`,
666+
Authorization: `Bearer ${testUtil.m2m['write:projects']}`,
667667
})
668668
.send({
669669
billingAccountId: 123,

0 commit comments

Comments
 (0)