Add tests for _matrix/client/v1/media/download#727
Conversation
ea00664 to
33fd45e
Compare
|
I am wondering if this error means that the tests are not running against my synapse branch and against the main branch instead?: that would explain why the new tests are failing with 404 on the new endpoint - these do work locally so I am suspicious of this error |
S7evinK
left a comment
There was a problem hiding this comment.
I am wondering if this error means that the tests are not running against my synapse branch and against the main branch instead?
Yea, CI is trying to fetch the branch from element-hq/synapse, but it looks like element-hq/synapse#17365 is from your fork.
Anything that I can do about this? I no longer have write permissions on the main repo so I think it has to come from my fork... |
|
@S7evinK thanks for the approval - can you hit the merge button for me? I no longer have the authority to do so |
|
ftr, Dendrite seems to be happy with my authed-media branch, except for That's due to Dendrite first attempting to fetch via the authenticated endpoint and only on failure attempts the old endpoint. |
Pull Request Checklist