mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-03-18 21:30:44 +01:00
Manual updates
This commit is contained in:
@@ -33,7 +33,7 @@ func forEachBackend(t *testing.T, f func(t *testing.T, newStore newStoreFunc)) {
|
||||
})
|
||||
})
|
||||
t.Run("postgres", func(t *testing.T) {
|
||||
schemaDSN := dbtest.CreateTestSchema(t)
|
||||
schemaDSN := dbtest.CreateTestPostgresSchema(t)
|
||||
f(t, func() Store {
|
||||
pool, err := db.OpenPostgres(schemaDSN)
|
||||
require.Nil(t, err)
|
||||
|
||||
Reference in New Issue
Block a user