Skip to content

Commit 3e8784b

Browse files
committed
chore: remove unnecessary get_dep_analyzer overrides and handling local-maven-repo
Signed-off-by: behnazh-w <[email protected]>
1 parent 1705989 commit 3e8784b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/cases/run_macaron_sh_script_unit_test/test_run_macaron_sh.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 - 2024, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2023 - 2025, Oracle and/or its affiliates. All rights reserved.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
33

44
"""Tests for the ``run_macaron.sh`` script."""
@@ -87,7 +87,7 @@ def test_macaron_command_no_home_m2_on_host() -> int:
8787
TestCase(
8888
name="no --local-maven-repo and host $HOME/.m2 is not available",
8989
script_args=["analyze"],
90-
expected_macaron_args=["analyze", "--local-maven-repo", "/home/macaron/analyze_local_maven_repo_readonly"],
90+
expected_macaron_args=["analyze"],
9191
),
9292
]
9393

0 commit comments

Comments
 (0)