-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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