Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_integration_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -1798,4 +1798,4 @@ def test_logs_global_and_local_attributes_merge(cmake, httpserver):

assert "global.attribute.array" in attributes_0
assert attributes_0["global.attribute.array"]["value"] == ["item1", "item2"]
assert attributes_0["global.attribute.array"]["type"] == "string[]"
assert attributes_0["global.attribute.array"]["type"] == "array"
Loading