This commit is contained in:
6543 2022-06-10 19:33:02 +02:00
parent a211ecee0d
commit 7c68a59f39
2 changed files with 0 additions and 4 deletions

View file

@ -1,6 +1,3 @@
//go:build integration
// +build integration
package integration
import (

View file

@ -25,7 +25,6 @@ func TestMain(m *testing.M) {
time.Sleep(30 * time.Second)
m.Run()
}
func startServer(ctx context.Context) error {