mirror of
https://github.com/photoprism/photoprism.git
synced 2025-11-02 05:02:49 +08:00
Auth: Refactor cluster configuration and provisioning API endpoints #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -36,7 +36,6 @@ func TestFirstOrCreateFileSync(t *testing.T) {
|
||||
t.Errorf("ServiceID should be the same: %d %d", result.ServiceID, fileSync.ServiceID)
|
||||
}
|
||||
})
|
||||
|
||||
t.Run("existing", func(t *testing.T) {
|
||||
fileSync := NewFileSync(778, "NameForRemote")
|
||||
result := FirstOrCreateFileSync(fileSync)
|
||||
|
||||
Reference in New Issue
Block a user