mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Config: Add "develop" feature flag to disable new viewer sidebar #3168
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
func TestSearchFaces(t *testing.T) {
|
||||
t.Run("Ok", func(t *testing.T) {
|
||||
t.Run("Success", func(t *testing.T) {
|
||||
app, router, _ := NewApiTest()
|
||||
SearchFaces(router)
|
||||
r := PerformRequest(app, "GET", "/api/v1/faces?count=15")
|
||||
|
||||
Reference in New Issue
Block a user