diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-03-30 12:15:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 11:15:47 +0000 |
commit | 19a1d6a42a2177f3b8ebdaa4e6727e4a09eb2c99 (patch) | |
tree | 0b17936117db8d63df6d1b460d57906d7630f477 /scripts-dev | |
parent | Start application service stream token tracking from 1 (#12193) (diff) | |
download | synapse-19a1d6a42a2177f3b8ebdaa4e6727e4a09eb2c99.tar.xz |
Remove references to "msc2403" (#12165)
Diffstat (limited to 'scripts-dev')
-rwxr-xr-x | scripts-dev/complement.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index 0a79a4063f..d1b59ff040 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh @@ -71,4 +71,4 @@ fi # Run the tests! echo "Images built; running complement" -go test -v -tags synapse_blacklist,msc2403,msc2716,msc3030 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/... +go test -v -tags synapse_blacklist,msc2716,msc3030 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/... |