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 6ed38df commit 29fbe30Copy full SHA for 29fbe30
mithril-test-lab/mithril-end-to-end/src/stress_test/wait.rs
@@ -48,7 +48,7 @@ where
48
}
49
_ => request_first_list_item_with_expected_size::<I>(url, expected_size).await,
50
},
51
- Err(err) => Err(anyhow!(err).context("Request to `{url}` failed")),
+ Err(err) => Err(anyhow!(err).context(format!("Request to `{url}` failed"))),
52
53
54
0 commit comments