tests: configure static fixture ports and update org test config

This commit is contained in:
Paul Schneider 2026-07-12 05:48:47 +01:00
commit 4aacaf5e51
5 changed files with 33 additions and 9 deletions

View file

@ -48,6 +48,8 @@ namespace Yavsc.Blogs.Tests;
/// </summary>
public sealed class BlogsWebServerFixture : WebHostFixture
{
protected override int HttpsPort => 5103;
private InMemoryDatabaseRoot? _inMemoryRoot;
protected override WebApplication BuildApp(WebApplicationBuilder builder)