matrix-org / matrix-rust-sdk

Matrix Client-Server SDK for Rust
Apache License 2.0
1.2k stars 240 forks source link

test(integration): Enable `test_room_preview` and `test_room_avatar_group_conversation` #4032

Closed Hywan closed 3 days ago

Hywan commented 3 days ago

These tests were failing since the migration from the sliding sync proxy to Synapse.

Since the previous fixes to re-enable other tests, these 2 passes for free.

codecov[bot] commented 3 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.51%. Comparing base (83ce4c7) to head (8177950). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4032 +/- ## ========================================== + Coverage 84.25% 84.51% +0.25% ========================================== Files 266 266 Lines 28478 28478 ========================================== + Hits 23995 24067 +72 + Misses 4483 4411 -72 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.