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 5, 2024
1 parent c6664c9 commit 5c5154c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ describe("Microsoft Entra manifest helper Test", () => {
.expect(() => {
AadManifestHelper.processRequiredResourceAccessInManifest(manifestWithInvalidSting);
})
.to.throw("Some requiredResourceAccess item(s) are missing resourceAppId property.");
.to.throw("Some requiredResourceAccess item(s) are missing the resourceAppId property.");
});

it("processRequiredResourceAccessInManifest with no resourceAccess id", async () => {
Expand Down

0 comments on commit 5c5154c

Please sign in to comment.