diff --git a/downloader/src/funTest/kotlin/vcs/GitWorkingTreeFunTest.kt b/downloader/src/funTest/kotlin/vcs/GitWorkingTreeFunTest.kt index 06416c47f22c5..cdb2af738a4ab 100644 --- a/downloader/src/funTest/kotlin/vcs/GitWorkingTreeFunTest.kt +++ b/downloader/src/funTest/kotlin/vcs/GitWorkingTreeFunTest.kt @@ -68,6 +68,8 @@ class GitWorkingTreeFunTest : StringSpec({ // Ignore auto-created branches by Dependabot to avoid regular updates to this list. workingTree.listRemoteBranches().filterNot { it.startsWith("dependabot/") } should containExactlyInAnyOrder( + "all-repos_autofix_bump", + "all-repos_autofix_bump-2023-02-05", "main", "pre-commit-ci-update-config" )