Skip to content

Commit

Permalink
removed unnecessary qualification
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Jul 26, 2024
1 parent de1fa54 commit e9bf616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk-ui/tests/integration/timeline/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ impl PinningTestSetup<'_> {
self.server.reset().await;
}

async fn mock_response(&self, response: wiremock::ResponseTemplate) {
async fn mock_response(&self, response: ResponseTemplate) {
Mock::given(method("PUT"))
.and(path_regex(r"^/_matrix/client/r0/rooms/.*/state/m.room.pinned_events/.*?"))
.and(header("authorization", "Bearer 1234"))
Expand Down

0 comments on commit e9bf616

Please sign in to comment.