mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 00:38:24 +00:00
Merge pull request #142 from runatlantis/spelling
Fix some spelling errors.
This commit is contained in:
@@ -38,7 +38,7 @@ const (
|
||||
// CommentParsing handles parsing pull request comments.
|
||||
type CommentParsing interface {
|
||||
// Parse attempts to parse a pull request comment to see if it's an Atlantis
|
||||
// commmand.
|
||||
// command.
|
||||
Parse(comment string, vcsHost models.VCSHostType) CommentParseResult
|
||||
}
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ var client webhooks.DefaultSlackClient
|
||||
var result webhooks.ApplyResult
|
||||
|
||||
func TestAuthTest_Success(t *testing.T) {
|
||||
t.Log("When the underylying client suceeds, function should succeed")
|
||||
t.Log("When the underylying client succeeds, function should succeed")
|
||||
setup(t)
|
||||
err := client.AuthTest()
|
||||
Ok(t, err)
|
||||
@@ -91,7 +91,7 @@ func TestChannelExists_Error(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestPostMessage_Success(t *testing.T) {
|
||||
t.Log("When apply succeds, function should succeed and indicate success")
|
||||
t.Log("When apply succeeds, function should succeed and indicate success")
|
||||
setup(t)
|
||||
|
||||
expParams := slack.NewPostMessageParameters()
|
||||
|
||||
Reference in New Issue
Block a user