refactor(tests): Update all test files to use TestServerSetup pattern
This commit is contained in:
@@ -18,8 +18,7 @@ func TestGoroutineCleanup(t *testing.T) {
|
||||
t.Logf("Initial goroutine count: %d", initialGoroutines)
|
||||
|
||||
// Start server
|
||||
ts, _, _ := setupTestServer(t)
|
||||
defer ts.Close()
|
||||
setup := setupTestServer(t)
|
||||
|
||||
// Wait for startup
|
||||
time.Sleep(200 * time.Millisecond)
|
||||
|
||||
Reference in New Issue
Block a user