Skip to content

Commit a8cf446

Browse files
committed
fix: remove proxy
1 parent 435b449 commit a8cf446

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/matrix-sdk-integration-testing/src/tests/e2ee/state_events.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ async fn test_e2ee_state_events() -> Result<()> {
2929

3030
let alice = TestClientBuilder::new("alice")
3131
.use_sqlite()
32-
.http_proxy("http://localhost:8080/".to_owned())
3332
.encryption_settings(encryption_settings)
3433
.enable_share_history_on_invite(true)
3534
.build()

0 commit comments

Comments
 (0)