Skip to content

Commit 4750812

Browse files
committed
test(maas): use MaaSModelRef from wrapper
1 parent e9071eb commit 4750812

File tree

2 files changed

+1
-46
lines changed

2 files changed

+1
-46
lines changed

tests/model_serving/model_server/maas_billing/maas_subscription/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@
2222
from utilities.plugins.constant import OpenAIEnpoints
2323
from utilities.resources.maa_s_auth_policy import MaaSAuthPolicy
2424
from utilities.resources.maa_s_subscription import MaaSSubscription
25-
from utilities.resources.maas_model_ref import MaaSModelRef
25+
from ocp_resources.maas_model_ref import MaaSModelRef
2626

2727
LOGGER = get_logger(name=__name__)
2828

2929
CHAT_COMPLETIONS = OpenAIEnpoints.CHAT_COMPLETIONS
3030

31-
3231
@pytest.fixture(scope="class")
3332
def maas_inference_service_tinyllama_free(
3433
admin_client: DynamicClient,

utilities/resources/maas_model_ref.py

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)