We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3e9ad commit d8df9ffCopy full SHA for d8df9ff
tests/unitary/with_extras/aqua/test_model.py
@@ -735,7 +735,7 @@ def test_import_model_with_missing_config(
735
model_name = "oracle/aqua-1t-mega-model"
736
reload(ads.aqua.model.model)
737
app = AquaModelApp()
738
- app.list_resource = MagicMock(return_value=[])
+ app.list = MagicMock(return_value=[])
739
with pytest.raises(AquaRuntimeError):
740
model: AquaModel = app.register(
741
model=model_name,
0 commit comments