Skip to content

Commit 4afd804

Browse files
committed
Rename test to multi_value_tags
Signed-off-by: Stephen Wakely <[email protected]>
1 parent 3e33e6c commit 4afd804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sinks/humio/metrics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ mod tests {
295295
}
296296

297297
#[tokio::test]
298-
async fn duplicate_metrics() {
298+
async fn multi_value_tags() {
299299
let (mut config, cx) = load_sink::<HumioMetricsConfig>(indoc! {r#"
300300
token = "atoken"
301301
batch.max_events = 1

0 commit comments

Comments
 (0)