sydent icon indicating copy to clipboard operation
sydent copied to clipboard

Add tests for unbinding addresses

Open anoadragon453 opened this issue 2 years ago • 2 comments

https://github.com/matrix-org/sydent/issues/398 seem to indicate that neither Sydent itself nor matrix-is-tester seem to have tests for POST /_matrix/identity/v2/3pid/unbind.

It would be good to get some so that similar issues can be caught in CI in the future.

anoadragon453 avatar Sep 13 '21 17:09 anoadragon453

Extra testing likely could have also helped with https://github.com/matrix-org/sydent/pull/400

Curiously we should have replication unit tests already though, so I'm not sure why this wasn't caught...

anoadragon453 avatar Sep 14 '21 16:09 anoadragon453

I added one test case here: https://github.com/matrix-org/sydent/pull/466

But that's not the comprehensive coverage that this issue is looking for.

DMRobertson avatar Nov 11 '21 14:11 DMRobertson