We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435b449 commit a8cf446Copy full SHA for a8cf446
testing/matrix-sdk-integration-testing/src/tests/e2ee/state_events.rs
@@ -29,7 +29,6 @@ async fn test_e2ee_state_events() -> Result<()> {
29
30
let alice = TestClientBuilder::new("alice")
31
.use_sqlite()
32
- .http_proxy("http://localhost:8080/".to_owned())
33
.encryption_settings(encryption_settings)
34
.enable_share_history_on_invite(true)
35
.build()
0 commit comments