Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: CI for markdown renderer #4066

Merged
merged 1 commit into from
Dec 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions server/events/markdown_renderer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ $$$
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$
`,
},
Expand Down Expand Up @@ -215,7 +215,7 @@ $$$
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$
`,
},
Expand Down Expand Up @@ -252,7 +252,7 @@ $$$
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$
`,
},
Expand Down Expand Up @@ -320,7 +320,7 @@ $$$
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$
`,
},
Expand Down Expand Up @@ -395,7 +395,7 @@ $$$
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$
`,
},
Expand Down Expand Up @@ -550,7 +550,7 @@ $$$
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$
`,
},
Expand Down Expand Up @@ -628,7 +628,7 @@ $$$
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$
`,
},
Expand Down Expand Up @@ -763,7 +763,7 @@ $$$
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$
`,
},
Expand Down Expand Up @@ -860,7 +860,7 @@ $$$
---
* :heavy_check_mark: To **approve** all unapplied plans from this pull request, comment:
* $atlantis approve_policies$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$
* :repeat: To re-run policies **plan** this project again by commenting:
* $atlantis plan$
Expand Down Expand Up @@ -1615,7 +1615,7 @@ No changes. Infrastructure is up-to-date.
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$`
} else {
exp = `Ran Plan for dir: $.$ workspace: $default$
Expand All @@ -1633,7 +1633,7 @@ $$$
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$`
}
case command.Apply:
Expand Down Expand Up @@ -1795,7 +1795,7 @@ Plan: 1 to add, 0 to change, 0 to destroy.
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$`
expWithBackticks := strings.Replace(exp, "$", "`", -1)
Equals(t, expWithBackticks, rendered)
Expand Down Expand Up @@ -1960,7 +1960,7 @@ $$$
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$
`,
},
Expand Down Expand Up @@ -1997,7 +1997,7 @@ $$$
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$
`,
},
Expand Down Expand Up @@ -2032,7 +2032,7 @@ $$$
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$
`,
},
Expand Down Expand Up @@ -2127,7 +2127,7 @@ $$$
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$
`,
},
Expand Down Expand Up @@ -2257,7 +2257,7 @@ $$$
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$
`,
},
Expand Down Expand Up @@ -2939,7 +2939,7 @@ $$$
---
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$
`,
},
Expand Down Expand Up @@ -2990,7 +2990,7 @@ $$$

* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
* $atlantis apply$
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
* :put_litter_in_its_place: To **delete** all plans and locks for the PR, comment:
* $atlantis unlock$
`,
},
Expand Down