Skip to content

Commit 5bca0ff

Browse files
committed
e2e test prometheus operator scrape config and probes
Signed-off-by: qiyang <[email protected]>
1 parent 1d92baf commit 5bca0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e-targetallocator/targetallocator-prometheuscr/02-assert.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ data:
2020
targetallocator.yaml:
2121
( contains(@, join(':', ['service_monitor_selector', ' null'])) ): true
2222
( contains(@, join(':', ['pod_monitor_selector', ' null'])) ): true
23-
( contains(@, join(':', ['probe_selector', ' null'])) ): true
23+
( contains(@, join(':', ['probe_selector', ' null'])) ): false
2424
( contains(@, join(':', ['scrape_config_selector', ' null'])) ): false
2525
( contains(@, join(':', ['matchlabels', ' {}}'])) ): false
2626
( contains(@, join(':', ['matchexpressions', ' {}}'])) ): false

0 commit comments

Comments
 (0)