Skip to content

Commit f4005f4

Browse files
committed
Fixes unit tests
1 parent d252d6d commit f4005f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unitary/with_extras/aqua/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def mock_auth():
5353

5454
@pytest.fixture(autouse=True, scope="class")
5555
def mock_get_container_config():
56-
with patch("ads.aqua.ui.get_container_config") as mock_config:
56+
with patch("ads.aqua.model.model.get_container_config") as mock_config:
5757
with open(
5858
os.path.join(
5959
os.path.dirname(os.path.abspath(__file__)),

0 commit comments

Comments
 (0)