Add SignalR in integration tests

This commit is contained in:
Mole
2020-09-30 14:27:18 +02:00
parent a69d705d34
commit cbdb96dfe6
2 changed files with 3 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ namespace Umbraco.Tests.Integration.TestServerTest
builder.ConfigureServices((c, s) =>
{
c.HostingEnvironment = TestHelper.GetWebHostEnvironment();
s.AddSignalR();
});
// call startup