We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb5075 commit 7fe8245Copy full SHA for 7fe8245
1 file changed
tests/csapi/media_async_uploads_test.go
@@ -74,6 +74,9 @@ func TestAsyncUpload(t *testing.T) {
74
})
75
76
77
+ // TODO: This is the same as the test below (both us authenticated media). Previously
78
+ // this was testing unauthenticated vs authenticated media (see
79
+ // https://github.com/matrix-org/complement/pull/746#discussion_r2718904066)
80
t.Run("Download media", func(t *testing.T) {
81
mxcURI := asyncUploadMedia(t, alice)
82
0 commit comments