Skip to content

Commit

Permalink
Update aadManifestHelper.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
supkasar committed Apr 23, 2024
1 parent 1c643b0 commit 742c8c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ describe("Microsoft Entra manifest helper Test", () => {
AadManifestHelper.processRequiredResourceAccessInManifest(manifest);
})
.to.throw(
"Unknown resourceAccess id: User.Read, try to use permission id instead of resourceAccess id."
"Unknown resourceAccess id: Sites.Read.All, try to use permission id instead of resourceAccess id."
);

manifest = {
Expand Down

0 comments on commit 742c8c4

Please sign in to comment.