Fix linting

This commit is contained in:
Gusted 2022-11-15 16:09:47 +01:00
parent 202c950398
commit a3994cf029
No known key found for this signature in database
GPG key ID: FD821B732837125F
2 changed files with 2 additions and 2 deletions
integration

View file

@ -28,7 +28,7 @@ func TestMain(m *testing.M) {
time.Sleep(10 * time.Second)
os.Exit(m.Run())
m.Run()
}
func startServer(ctx context.Context) error {