mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-01 12:08:45 +00:00
@@ -85,7 +85,7 @@ func TestProjectCommandContextBuilder_PullStatus(t *testing.T) {
|
||||
t.Run("when ParallelApply is set to true", func(t *testing.T) {
|
||||
projCfg.Name = "Apply Comment"
|
||||
When(mockCommentBuilder.BuildPlanComment(projRepoRelDir, projWorkspace, "", []string{})).ThenReturn(expectedPlanCmt)
|
||||
When(mockCommentBuilder.BuildApplyComment(projRepoRelDir, projWorkspace, "")).ThenReturn(expectedApplyCmt)
|
||||
When(mockCommentBuilder.BuildApplyComment(projRepoRelDir, projWorkspace, "", false)).ThenReturn(expectedApplyCmt)
|
||||
pullStatus.Projects = []models.ProjectStatus{
|
||||
{
|
||||
Status: models.ErroredPlanStatus,
|
||||
|
||||
Reference in New Issue
Block a user