Skip to content

Commit 0a5b7d3

Browse files
committed
remove url since we now do not include it anymore
1 parent 6828ffa commit 0a5b7d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/matrix-sdk/tests/integration/widget.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,14 +713,13 @@ async fn test_fail_sending_delay_rate_limit() {
713713
assert_eq!(
714714
msg["response"],
715715
json!({
716-
"error": {
716+
"error": {
717717
"matrix_api_error": {
718718
"http_status": 400,
719719
"response": {
720720
"errcode": "M_LIMIT_EXCEEDED",
721721
"error": "Sending too many delay events"
722722
},
723-
"url": ""
724723
},
725724
"message": "the server returned an error: [400 / M_LIMIT_EXCEEDED] Sending too many delay events"
726725
}

0 commit comments

Comments
 (0)