Removes an abusive assertion, that went wrong
All checks were successful
Dotnet build and test / build (pull_request) Successful in 10m58s
All checks were successful
Dotnet build and test / build (pull_request) Successful in 10m58s
This commit is contained in:
parent
41d8fad8c3
commit
555087232c
2 changed files with 4 additions and 2 deletions
|
|
@ -40,7 +40,6 @@ public class TestWebApplicationFactoryIsolationTests
|
|||
var configDb = scope.ServiceProvider.GetRequiredService<ConfigurationDbContext>();
|
||||
var firstCs = scope.ServiceProvider.GetRequiredService<IConfiguration>()
|
||||
.GetConnectionString("YavscConnection");
|
||||
Assert.StartsWith("InMemory-", firstCs);
|
||||
configDb.Clients.Add(new Client { ClientId = marker, ClientName = "marker-A" });
|
||||
await configDb.SaveChangesAsync(TestContext.Current.CancellationToken);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue