mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Auth: Refactor cluster configuration and provisioning API endpoints #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -15,7 +15,7 @@ func TestSync_download(t *testing.T) {
|
||||
t.Run("NotFound", func(t *testing.T) {
|
||||
conf := config.TestConfig()
|
||||
|
||||
t.Logf("database-dsn: %s", conf.DatabaseDsn())
|
||||
t.Logf("database-dsn: %s", conf.DatabaseDSN())
|
||||
|
||||
worker := NewSync(conf)
|
||||
|
||||
@@ -33,7 +33,7 @@ func TestSync_download(t *testing.T) {
|
||||
conf := config.TestConfig()
|
||||
conf.Options().FilesQuota = 1
|
||||
|
||||
t.Logf("database-dsn: %s", conf.DatabaseDsn())
|
||||
t.Logf("database-dsn: %s", conf.DatabaseDSN())
|
||||
|
||||
worker := NewSync(conf)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user