mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
fix lint
This commit is contained in:
parent
a211ecee0d
commit
7c68a59f39
2 changed files with 0 additions and 4 deletions
|
@ -1,6 +1,3 @@
|
||||||
//go:build integration
|
|
||||||
// +build integration
|
|
||||||
|
|
||||||
package integration
|
package integration
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -25,7 +25,6 @@ func TestMain(m *testing.M) {
|
||||||
time.Sleep(30 * time.Second)
|
time.Sleep(30 * time.Second)
|
||||||
|
|
||||||
m.Run()
|
m.Run()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func startServer(ctx context.Context) error {
|
func startServer(ctx context.Context) error {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue