Skip to content

Commit 563c8ef

Browse files
committed
Fix test
1 parent 30b93ce commit 563c8ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

integrations/integration_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ func TestMain(m *testing.M) {
113113
}
114114

115115
err := db.InitFixtures(
116-
path.Join(filepath.Dir(setting.AppPath), "models/fixtures/"),
116+
db.FixturesOptions{
117+
Dir: filepath.Join(filepath.Dir(setting.AppPath), "models/fixtures/"),
118+
},
117119
)
118120
if err != nil {
119121
fmt.Printf("Error initializing test database: %v\n", err)

0 commit comments

Comments
 (0)