feat(AuthClient): try-start entfernen und Abbruch-Token hinzufügen, um asynchron zu starten
This commit is contained in:
@@ -104,7 +104,7 @@ public class AuthClientTests
|
||||
// Stop test server
|
||||
if (_app is not null)
|
||||
{
|
||||
await _app.StopAsync();
|
||||
await _app.DisposeAsync();
|
||||
Console.WriteLine("Test server stopped.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user