Bug 1824023 - Parameter is now the project and not the full branch name. r=taskgraph-reviewers,jcristau DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D173431
This commit is contained in:
Marco Castelluccio 2023-03-23 13:23:29 +00:00
parent 50c3cdaa4f
commit 1631816101

View File

@ -36,7 +36,7 @@ def clear_push_schedules_memoize():
@pytest.fixture
def params():
return {
"branch": "integration/autoland",
"branch": "autoland",
"head_repository": "https://hg.mozilla.org/integration/autoland",
"head_rev": "abcdef",
"project": "autoland",