diff --git a/src/test/groovy/org/boozallen/plugins/jte/config/GovernanceTierSpec.groovy b/src/test/groovy/org/boozallen/plugins/jte/config/GovernanceTierSpec.groovy index 018771a27..10f886a28 100644 --- a/src/test/groovy/org/boozallen/plugins/jte/config/GovernanceTierSpec.groovy +++ b/src/test/groovy/org/boozallen/plugins/jte/config/GovernanceTierSpec.groovy @@ -57,7 +57,7 @@ class GovernanceTierSpec extends Specification{ // create common SCM GitSCM scm = new GitSCM( GitSCM.createRepoList(sampleRepo.toString(), null), - Collections.singletonList(new BranchSpec("*/master")), + Collections.singletonList(new BranchSpec("*/main")), false, Collections.emptyList(), null, diff --git a/src/test/groovy/org/boozallen/plugins/jte/config/TemplateLibrarySourceSpec.groovy b/src/test/groovy/org/boozallen/plugins/jte/config/TemplateLibrarySourceSpec.groovy index 316d9975e..c0c3661ae 100644 --- a/src/test/groovy/org/boozallen/plugins/jte/config/TemplateLibrarySourceSpec.groovy +++ b/src/test/groovy/org/boozallen/plugins/jte/config/TemplateLibrarySourceSpec.groovy @@ -56,7 +56,7 @@ class TemplateLibrarySourceSpec extends Specification{ GitSCM scm = new GitSCM( GitSCM.createRepoList(repo.toString(), null), - Collections.singletonList(new BranchSpec("*/master")), + Collections.singletonList(new BranchSpec("*/main")), false, Collections.emptyList(), null, diff --git a/src/test/groovy/org/boozallen/plugins/jte/utils/ScmSpec.groovy b/src/test/groovy/org/boozallen/plugins/jte/utils/ScmSpec.groovy index 9a6d36762..1d0816d69 100644 --- a/src/test/groovy/org/boozallen/plugins/jte/utils/ScmSpec.groovy +++ b/src/test/groovy/org/boozallen/plugins/jte/utils/ScmSpec.groovy @@ -115,7 +115,7 @@ class ScmSpec extends Specification { // create Governance Tier scm = new GitSCM( GitSCM.createRepoList(sampleRepo.toString(), null), - Collections.singletonList(new BranchSpec("*/master")), + Collections.singletonList(new BranchSpec("*/main")), false, Collections.emptyList(), null,