mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-09 16:02:06 +01:00
Merge pull request '[GITEA] Fix printed integration test location' (#1204) from Gusted/forgejo:forgejo-test-location into forgejo-dependency
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/1204
This commit is contained in:
commit
fdea91f7b3
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ func InitTest(requireGitea bool) {
|
|||
|
||||
func PrepareTestEnv(t testing.TB, skip ...int) func() {
|
||||
t.Helper()
|
||||
ourSkip := 2
|
||||
ourSkip := 1
|
||||
if len(skip) > 0 {
|
||||
ourSkip += skip[0]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue