Skip to content

Commit 86efcca

Browse files
authored
teamcity: use ModularMagician repo for testing purposes in weeklyDiffTest project (#14989)
1 parent 0011d37 commit 86efcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/terraform/.teamcity/components/projects/google_beta_subproject.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fun googleSubProjectBeta(allConfig: AllContextParameters): Project {
4343
subProject(vcrRecording(betaId, ProviderNameBeta, HashiCorpVCSRootBeta, ModularMagicianVCSRootBeta, vcrConfig))
4444

4545
// Beta Diff Test project that uses hashicorp/terraform-provider-google-beta-diff-test
46-
subProject(weeklyDiffTests(betaId + "_DIFF_TEST", ProviderNameBeta, HashiCorpVCSRootBeta, betaConfig, NightlyTriggerConfiguration(daysOfWeek = "SAT", nightlyTestsEnabled = false)))
46+
subProject(weeklyDiffTests(betaId + "_DIFF_TEST", ProviderNameBeta, ModularMagicianVCSRootBeta, betaConfig, NightlyTriggerConfiguration(daysOfWeek = "SAT", nightlyTestsEnabled = false)))
4747

4848
params {
4949
readOnlySettings()

0 commit comments

Comments
 (0)