Browse Source

Merge pull request #16970 from abpframework/ExposeIntegrationServices

Fix unit test.
pull/16983/head
liangshiwei 3 years ago
committed by GitHub
parent
commit
321009f3e2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/Mvc/AbpAspNetCoreMvcTestModule.cs

2
framework/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/Mvc/AbpAspNetCoreMvcTestModule.cs

@ -88,6 +88,8 @@ public class AbpAspNetCoreMvcTestModule : AbpModule
? "phones"
: urlActionNameNormalizerContext.ActionNameInUrl;
});
options.ExposeIntegrationServices = true;
});
Configure<AbpVirtualFileSystemOptions>(options =>

Loading…
Cancel
Save