mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-05-05 02:17:50 +00:00
Fix linting
This commit is contained in:
parent
202c950398
commit
a3994cf029
2 changed files with 2 additions and 2 deletions
integration
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue