diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-12-23 14:11:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-23 14:11:11 +0100 |
commit | f762ce1050f2add409a83b1eeb6da5940177cfa7 (patch) | |
tree | c19463642a73bbb8b367e3d11fd734f78cfeac31 /.github | |
parent | f47515e38b0bbf734bf977daedd836bf85465272 (diff) |
Add clientapi tests (#2916)
This PR
- adds several tests for the clientapi, mostly around `/register` and
auth fallback.
- removes the now deprecated `homeserver` field from responses to
`/register` and `/login`
- slightly refactors auth fallback handling
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dendrite.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index 2c04005d..1de39850 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -331,8 +331,7 @@ jobs: postgres: postgres api: full-http container: - # Temporary for debugging to see if this image is working better. - image: matrixdotorg/sytest-dendrite@sha256:434ad464a9f4ed3f8c3cc47200275b6ccb5c5031a8063daf4acea62be5a23c73 + image: matrixdotorg/sytest-dendrite volumes: - ${{ github.workspace }}:/src - /root/.cache/go-build:/github/home/.cache/go-build |