1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-07 19:05:22 +02:00

[F3] TestForgeMethods needs to populate the database

This commit is contained in:
Earl Warren 2023-10-13 17:04:28 +02:00
parent 500e640d6d
commit e6da71229f
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -20,6 +20,8 @@ func TestForgejoDriverMethods(t *testing.T) {
}
func TestForgeMethods(t *testing.T) {
unittest.PrepareTestEnv(t)
testUsersProviderOptions := f3_tests.TestUsersProviderOptions
testUsersProviderOptions.ModifiedPut = true