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:
@@ -14,7 +14,6 @@ func TestWebsocket(t *testing.T) {
|
||||
r := PerformRequest(app, "GET", "/api/v1/ws")
|
||||
assert.Equal(t, http.StatusBadRequest, r.Code)
|
||||
})
|
||||
|
||||
t.Run("NoRouter", func(t *testing.T) {
|
||||
app, _, _ := NewApiTest()
|
||||
WebSocket(nil)
|
||||
|
||||
Reference in New Issue
Block a user