From 87fdbcdbd6f54db8a4f90e57fce81494cf3ff785 Mon Sep 17 00:00:00 2001 From: Oddant1 Date: Wed, 13 Aug 2025 15:59:22 -0700 Subject: [PATCH] The real artifact ain't around anymore but its prov is --- q2cli/tests/test_cache_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q2cli/tests/test_cache_cli.py b/q2cli/tests/test_cache_cli.py index d93ae26b..98467450 100644 --- a/q2cli/tests/test_cache_cli.py +++ b/q2cli/tests/test_cache_cli.py @@ -1026,7 +1026,7 @@ def _load_alias_execution_contexts(self, collection): alias_uuid = load_action_yaml( result._archiver.path)['action']['alias-of'] execution_contexts.append(load_action_yaml( - self.cache.data / alias_uuid) + result._archiver.path, nested=alias_uuid) ['execution']['execution_context']) return execution_contexts