Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nish Krishnan committed Feb 4, 2021
1 parent 439cf49 commit 581825b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions server/events_controller_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,10 +425,6 @@ func TestGitHubWorkflowWithPolicyCheck(t *testing.T) {
Comments []string
// ExpAutomerge is true if we expect Atlantis to automerge.
ExpAutomerge bool
// ExpMergeable is true if we expect Atlantis to be able to merge.
// If for instance policy check is failing and there are no approvals
// ExpMergeable should be false
ExpMergeable bool
// ExpAutoplan is true if we expect Atlantis to autoplan.
ExpAutoplan bool
// ExpParallel is true if we expect Atlantis to run parallel plans or applies.
Expand All @@ -443,7 +439,6 @@ func TestGitHubWorkflowWithPolicyCheck(t *testing.T) {
RepoDir: "policy-checks",
ModifiedFiles: []string{"main.tf"},
ExpAutoplan: true,
ExpMergeable: true,
Comments: []string{
"atlantis approve_policies",
"atlantis apply",
Expand All @@ -461,7 +456,6 @@ func TestGitHubWorkflowWithPolicyCheck(t *testing.T) {
RepoDir: "policy-checks",
ModifiedFiles: []string{"main.tf"},
ExpAutoplan: true,
ExpMergeable: false,
Comments: []string{
"atlantis apply",
},
Expand All @@ -477,7 +471,6 @@ func TestGitHubWorkflowWithPolicyCheck(t *testing.T) {
RepoDir: "policy-checks-diff-owner",
ModifiedFiles: []string{"main.tf"},
ExpAutoplan: true,
ExpMergeable: false,
Comments: []string{
"atlantis approve_policies",
"atlantis apply",
Expand Down

0 comments on commit 581825b

Please sign in to comment.