feat(core): Implement project:viewer role (#9611)

This commit is contained in:
Danny Martini
2024-06-06 11:55:48 +02:00
committed by GitHub
parent e9e3b254fe
commit 6187cc5762
10 changed files with 933 additions and 745 deletions

View File

@@ -685,7 +685,7 @@ describe('POST /credentials', () => {
//
.expect(400, {
code: 400,
message: "You don't have the permissions to save the workflow in this project.",
message: "You don't have the permissions to save the credential in this project.",
});
});
});