Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Oct 15, 2024
1 parent 7e4fe01 commit f7db170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/observability/logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func TestKeyValue(t *testing.T) {
if err != nil {
t.Fatalf("error: %s", err)
}
if !strings.Contains(string(out), `"keys":[{"key":"k","value":"v","total":4}]`) {
if !strings.Contains(string(out), `"tags":[{"key":"k","value":"v","total":4}]`) {
t.Fatalf("wrong output: %s", out)
}
}

0 comments on commit f7db170

Please sign in to comment.