Skip to content

Commit cb46026

Browse files
committed
ref(integration_test.rs): address clippy err
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 774d02e commit cb46026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/integration_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ mod test {
4242
}
4343
i += 1;
4444
if i == retry_times {
45-
anyhow::bail!("failed to curl for {}", url);
45+
anyhow::bail!("failed to curl for {url}");
4646
}
4747
buf = Vec::new();
4848
tokio::time::sleep(Duration::from_secs(interval_in_secs)).await;

0 commit comments

Comments
 (0)