Skip to content

Commit 46b48d4

Browse files
YannRemi Hakim
authored andcommitted
[elastic][tests]❌ cluster_name service check tag (#2826)
`cluster_name` tag was removed from service checks in d4c3d76
1 parent 6f7e5f6 commit 46b48d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/checks/integration/test_elastic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ def test_health_event(self):
541541
)
542542
self.assertServiceCheckOK(
543543
'elasticsearch.cluster_health',
544-
tags=['host:localhost', 'port:9200'] + dummy_tags + server_tags,
544+
tags=['host:localhost', 'port:9200'] + dummy_tags,
545545
count=1
546546
)
547547

0 commit comments

Comments
 (0)