Update Complement to match new public API shape

Sister PR to matrix-org/complement#666

Context: https://github.com/matrix-org/complement/issues/654#issuecomment-1746613495
This commit is contained in:
Kegan Dougal 2023-10-11 15:23:45 +01:00
parent 2259e71c0c
commit 7901ccc247
2 changed files with 2 additions and 2 deletions

View file

@ -440,7 +440,7 @@ jobs:
# Run Complement
- run: |
set -o pipefail &&
go test -v -json -tags dendrite_blacklist ./tests/... 2>&1 | gotestfmt -hide all
go test -v -json -tags dendrite_blacklist ./tests ./tests/csapi 2>&1 | gotestfmt -hide all
shell: bash
name: Run Complement Tests
env:

View file

@ -15,5 +15,5 @@ tar -xzf master.tar.gz
# Run the tests!
cd complement-master
COMPLEMENT_BASE_IMAGE=complement-dendrite:latest go test -v -count=1 ./tests
COMPLEMENT_BASE_IMAGE=complement-dendrite:latest go test -v -count=1 ./tests ./tests/csapi