@@ -4020,7 +4020,7 @@ def test_new_branch_github(self):
40204020 regexs = [
40214021 r"^== fetching branch 'develop' from https://github.com/easybuilders/easybuild-easyconfigs.git\.\.\." ,
40224022 r"^== copying files to .*/easybuild-easyconfigs\.\.\." ,
4023- r"^== pushing branch '.* ' to remote '.*' \(%s\) \[DRY RUN\]" % remote ,
4023+ r"^== pushing branch '[0-9]{14}_new_pr_toy00 ' to remote '.*' \(%s\) \[DRY RUN\]" % remote ,
40244024 ]
40254025 self ._assert_regexs (regexs , txt )
40264026
@@ -4041,7 +4041,7 @@ def test_new_branch_github(self):
40414041 regexs = [
40424042 r"^== fetching branch 'develop' from https://github.com/easybuilders/easybuild-easyblocks.git\.\.\." ,
40434043 r"^== copying files to .*/easybuild-easyblocks\.\.\." ,
4044- r"^== pushing branch '.* ' to remote '.*' \(%s\) \[DRY RUN\]" % remote ,
4044+ r"^== pushing branch '[0-9]{14}_new_pr_toy ' to remote '.*' \(%s\) \[DRY RUN\]" % remote ,
40454045 ]
40464046 self ._assert_regexs (regexs , txt )
40474047
@@ -4068,7 +4068,7 @@ def test_new_branch_github(self):
40684068 regexs = [
40694069 r"^== fetching branch 'develop' from https://github.com/easybuilders/easybuild-framework.git\.\.\." ,
40704070 r"^== copying files to .*/easybuild-framework\.\.\." ,
4071- r"^== pushing branch '.* ' to remote '.*' \(%s\) \[DRY RUN\]" % remote ,
4071+ r"^== pushing branch '[0-9]{14}_new_pr_[A-Za-z]{10} ' to remote '.*' \(%s\) \[DRY RUN\]" % remote ,
40724072 ]
40734073 self ._assert_regexs (regexs , txt )
40744074
0 commit comments