"Test-infrastructure-fixes"
This commit is contained in:
@@ -18,7 +18,7 @@ public class AdminPanelTests : IClassFixture<TestWebApplicationFactory>, IAsyncL
|
||||
public AdminPanelTests(TestWebApplicationFactory factory)
|
||||
{
|
||||
_factory = factory;
|
||||
_baseUrl = "https://localhost:5001"; // Adjust based on your test configuration
|
||||
_baseUrl = _factory.Server.BaseAddress.ToString().TrimEnd('/'); // Use the test server's URL
|
||||
}
|
||||
|
||||
public async Task InitializeAsync()
|
||||
|
||||
Reference in New Issue
Block a user