[v1.22] [CLI] implement forgejo-cli

https://codeberg.org/forgejo/forgejo/pulls/1541
This commit is contained in:
Earl Warren 2023-10-02 16:24:21 +02:00
parent 813848cebe
commit 46708de7b9
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -3,7 +3,6 @@
package actions_test
import (
"path/filepath"
"testing"
"code.gitea.io/gitea/models/unittest"
@ -14,7 +13,5 @@ import (
)
func TestMain(m *testing.M) {
unittest.MainTest(m, &unittest.TestOptions{
GiteaRootPath: filepath.Join("..", ".."),
})
unittest.MainTest(m)
}