[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
committed by GitHub
parent e0b0c1e8d3
commit 6a527c7efc

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" assert result["use_merged_config"] == "true"
@pytest.mark.usefixtures("mock_target_branch_dev")
def test_detect_memory_impact_config_variant_only_platform_excluded( def test_detect_memory_impact_config_variant_only_platform_excluded(
tmp_path: Path, tmp_path: Path,
) -> None: ) -> None: