[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