Skip to content

Commit 08030d4

Browse files
committed
tests(maas): update test with maas_subscription_controller_enabled_latest
Signed-off-by: Swati Mukund Bagal <sbagal@redhat.com>
1 parent 85d0741 commit 08030d4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/model_serving/maas_billing/maas_subscription/component_health/test_maas_api_health.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
@pytest.mark.component_health
15-
@pytest.mark.usefixtures("maas_controller_enabled_latest")
15+
@pytest.mark.usefixtures("maas_subscription_controller_enabled_latest")
1616
class TestMaaSApiComponentHealth:
1717
def test_maas_management_state(
1818
self,

tests/model_serving/maas_billing/maas_subscription/component_health/test_maas_controller_health.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
@pytest.mark.component_health
16-
@pytest.mark.usefixtures("maas_controller_enabled_latest")
16+
@pytest.mark.usefixtures("maas_subscription_controller_enabled_latest")
1717
class TestMaaSController:
1818
def test_maas_condition_in_dsc(
1919
self,

tests/model_serving/maas_billing/maas_subscription/test_maas_auth_enforcement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
@pytest.mark.usefixtures(
1818
"maas_unprivileged_model_namespace",
19-
"maas_controller_enabled_latest",
19+
"maas_subscription_controller_enabled_latest",
2020
"maas_gateway_api",
2121
"maas_api_gateway_reachable",
2222
"maas_model_tinyllama_free",

tests/model_serving/maas_billing/maas_subscription/test_maas_sub_enforcement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
@pytest.mark.usefixtures(
1616
"maas_unprivileged_model_namespace",
17-
"maas_controller_enabled_latest",
17+
"maas_subscription_controller_enabled_latest",
1818
"maas_gateway_api",
1919
"maas_api_gateway_reachable",
2020
"maas_inference_service_tinyllama_premium",

tests/model_serving/maas_billing/maas_subscription/test_multiple_subscriptions_per_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
@pytest.mark.usefixtures(
2626
"maas_unprivileged_model_namespace",
27-
"maas_controller_enabled_latest",
27+
"maas_subscription_controller_enabled_latest",
2828
"maas_gateway_api",
2929
"maas_inference_service_tinyllama_free",
3030
"maas_model_tinyllama_free",

0 commit comments

Comments
 (0)