Skip to content

Commit

Permalink
enabled mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mloitzl committed Jun 23, 2024
1 parent 4f59ef3 commit e27385c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public void IApp_ParsePermissionRequests_Succeeds()
[TestMethod]
public async Task ApprovePermissionRequestsTest_Async()
{
TestCommon.Instance.Mocking = false;
//TestCommon.Instance.Mocking = false;
using PnPContext context = await TestCommon.Instance.GetContextAsync(TestCommonBase.TestSite);

ITenantApp app1 = null;
Expand Down

0 comments on commit e27385c

Please sign in to comment.