File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818
1919@pytest .mark .asyncio_cooperative
20- @pytest .mark .usefixtures ("matrix_stack" )
2120async def test_services_have_matching_labels (
21+ matrix_stack ,
2222 kube_client : AsyncClient ,
2323 generated_data : ESSData ,
2424):
@@ -67,9 +67,9 @@ async def test_services_have_matching_labels(
6767
6868
6969@pytest .mark .asyncio_cooperative
70- @pytest .mark .usefixtures ("matrix_stack" )
7170async def test_services_have_endpoints (
7271 cluster ,
72+ matrix_stack ,
7373 kube_client : AsyncClient ,
7474 generated_data : ESSData ,
7575):
@@ -112,8 +112,8 @@ async def test_services_have_endpoints(
112112 os .environ .get ("SKIP_SERVICE_MONITORS_CRDS" , "false" ) == "true" , reason = "ServiceMonitors not deployed"
113113)
114114@pytest .mark .asyncio_cooperative
115- @pytest .mark .usefixtures ("matrix_stack" )
116115async def test_pods_monitored (
116+ matrix_stack ,
117117 kube_client : AsyncClient ,
118118 generated_data : ESSData ,
119119):
You can’t perform that action at this time.
0 commit comments