test: Add a test to verify that interactive self-verification works

This also checks that secrets are gossiped from one device to the
other and that the recovery and backup states are correctly updated.
This commit is contained in:
Damir Jelić
2024-06-19 16:37:03 +02:00
parent d4bbdfd106
commit fefdfd2e4b
5 changed files with 202 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ matrix-sdk-base = { workspace = true, features = ["testing"] }
matrix-sdk-test = { workspace = true }
once_cell = { workspace = true }
serde_urlencoded = "0.7.1"
similar-asserts = "1.5.0"
similar-asserts = { workspace = true }
stream_assert = { workspace = true }
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }