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 d252d6d commit f4005f4Copy full SHA for f4005f4
tests/unitary/with_extras/aqua/test_model.py
@@ -53,7 +53,7 @@ def mock_auth():
53
54
@pytest.fixture(autouse=True, scope="class")
55
def mock_get_container_config():
56
- with patch("ads.aqua.ui.get_container_config") as mock_config:
+ with patch("ads.aqua.model.model.get_container_config") as mock_config:
57
with open(
58
os.path.join(
59
os.path.dirname(os.path.abspath(__file__)),
0 commit comments