We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547e656 commit ad2e34cCopy full SHA for ad2e34c
tests/csapi/apidoc_content_test.go
@@ -8,9 +8,13 @@ import (
8
"github.com/matrix-org/complement"
9
"github.com/matrix-org/complement/helpers"
10
"github.com/matrix-org/complement/internal/data"
11
+ "github.com/matrix-org/complement/runtime"
12
)
13
14
func TestContent(t *testing.T) {
15
+ // Synapse no longer allows downloads over the unauthenticated media endpoints by default
16
+ runtime.SkipIf(runtime.Synapse)
17
+
18
deployment := complement.Deploy(t, 1)
19
defer deployment.Destroy(t)
20
0 commit comments