tests: configure static fixture ports and update org test config
This commit is contained in:
parent
713f66f1a7
commit
4aacaf5e51
5 changed files with 33 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue