[tests] Mock target branch in memory-impact exclusion test (#16913)

This commit is contained in:
Jesse Hills
2026-06-11 14:04:22 +12:00
parent 4dbc5ce920
commit abf6212a5a

View File

@@ -1470,6 +1470,7 @@ def test_detect_memory_impact_config_no_common_platform(tmp_path: Path) -> None:
assert result["use_merged_config"] == "true"
@pytest.mark.usefixtures("mock_target_branch_dev")
def test_detect_memory_impact_config_variant_only_platform_excluded(
tmp_path: Path,
) -> None: