Skip to content

Commit 8a3f4ab

Browse files
committed
fix test
- global/local attribute test was not updated to `array` type yet
1 parent d1bb3a2 commit 8a3f4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_integration_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,4 +1798,4 @@ def test_logs_global_and_local_attributes_merge(cmake, httpserver):
17981798

17991799
assert "global.attribute.array" in attributes_0
18001800
assert attributes_0["global.attribute.array"]["value"] == ["item1", "item2"]
1801-
assert attributes_0["global.attribute.array"]["type"] == "string[]"
1801+
assert attributes_0["global.attribute.array"]["type"] == "array"

0 commit comments

Comments
 (0)