diff options
| author | Patrick Barron <barronpm@gmail.com> | 2023-01-11 22:07:41 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2023-01-11 22:07:41 -0500 |
| commit | 7b17799b013fd8bc76a51b60d670a83901607e86 (patch) | |
| tree | 9a0f264e6b600eb27448417964ded973490c0cd8 /tests | |
| parent | 81c8890b6d0f8b84dd52264d6c43e04dc130c79d (diff) | |
Migrate from IWebHost to IHost
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Jellyfin.Server.Integration.Tests/JellyfinApplicationFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Integration.Tests/JellyfinApplicationFactory.cs b/tests/Jellyfin.Server.Integration.Tests/JellyfinApplicationFactory.cs index c38faeda1..41b2273d0 100644 --- a/tests/Jellyfin.Server.Integration.Tests/JellyfinApplicationFactory.cs +++ b/tests/Jellyfin.Server.Integration.Tests/JellyfinApplicationFactory.cs @@ -82,7 +82,7 @@ namespace Jellyfin.Server.Integration.Tests appHost.Init(serviceCollection); // Configure the web host builder - Program.ConfigureWebHostBuilder(builder, appHost, serviceCollection, commandLineOpts, startupConfig, appPaths); + Program.ConfigureWebHostBuilder(builder, appHost, startupConfig, appPaths); } /// <inheritdoc/> |
