mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-08 04:01:26 +02:00
chore: update francis to beta 21 (#1669)
This commit is contained in:
committed by
GitHub
parent
42626c50e4
commit
f8db1d8a86
@@ -93,7 +93,7 @@ func openFileTestDB(t *testing.T) *gorm.DB {
|
||||
t.Helper()
|
||||
|
||||
dbPath := filepath.Join(t.TempDir(), "test.db")
|
||||
connString, _, _, err := sqlitekit.ParseConnectionString(dbPath, slog.Default())
|
||||
connString, _, _, _, err := sqlitekit.ParseConnectionString(dbPath, slog.Default())
|
||||
require.NoError(t, err, "Failed to parse connection string")
|
||||
|
||||
db, err := gorm.Open(sqlite.Open(connString), newTestGormConfig(t))
|
||||
|
||||
Reference in New Issue
Block a user