Skip to content

Commit 7fe8245

Browse files
committed
Future work to clean up duplicate test
1 parent abb5075 commit 7fe8245

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/csapi/media_async_uploads_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ func TestAsyncUpload(t *testing.T) {
7474
})
7575
})
7676

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)
7780
t.Run("Download media", func(t *testing.T) {
7881
mxcURI := asyncUploadMedia(t, alice)
7982

0 commit comments

Comments
 (0)