Browse Source

Fix unit test.

pull/16970/head
maliming 3 years ago
parent
commit
6351c40388
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  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