mirror of
https://gitee.com/gitea/gitea
synced 2025-12-27 02:36:36 +08:00
Fix "data race" in testlogger (#9159)
* Fix data race in testlogger * Update git_helper_for_declarative_test.go
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
)
|
||||
|
||||
func testRepoCommitsSearch(t *testing.T, query, commit string) {
|
||||
prepareTestEnv(t)
|
||||
defer prepareTestEnv(t)()
|
||||
|
||||
session := loginUser(t, "user2")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user