From c8e10477e048df8f343931b3a97e84e4dbd8ef0e Mon Sep 17 00:00:00 2001 From: Ruslan Aliev Date: Fri, 12 Dec 2025 13:25:40 -0600 Subject: [PATCH] Fix python unit test Update treasuremap ref. Change-Id: I2518f155a51a257a0c54d9c34e37b1781fc6cae3 Signed-off-by: Ruslan Aliev --- tests/unit/cli/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/cli/test_commands.py b/tests/unit/cli/test_commands.py index d9f35aaf..9f706b71 100644 --- a/tests/unit/cli/test_commands.py +++ b/tests/unit/cli/test_commands.py @@ -30,7 +30,7 @@ from tests.unit import test_utils TEST_PARAMS = { "site_name": "seaworthy", "site_type": "foundry", - "repo_rev": '0ace1044f339ac3c583c47833a9be2d530c23a12', + "repo_rev": 'fe3d3b68facb05e3aa78491c0a0f021c13ad0f58', "repo_name": "treasuremap", "repo_url": "https://review.opendev.org/airship/treasuremap.git", }