Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public class TestWebApplicationFactory : WebApplicationFactory<Startup>
  2. {
  3. protected override void ConfigureWebHost(IWebHostBuilder builder)
  4. {
  5. builder.UseEnvironment("TestAutomation");
  6. base.ConfigureWebHost(builder);
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement