Skip to content

Commit 0cc01d3

Browse files
author
Matthew Fisher
committed
style(tests): typo
1 parent ef26c5a commit 0cc01d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utils/itutils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func Curl(t *testing.T, params *DeisTestConfig) {
102102
CurlWithFail(t, params, false, "")
103103
}
104104

105-
// Curl connects to a Deis endpoint to see if the example app is running.
105+
// CurlWithFail connects to a Deis endpoint to see if the example app is running.
106106
func CurlWithFail(t *testing.T, params *DeisTestConfig, failFlag bool, expect string) {
107107
url := "http://" + params.AppName + "." + params.Domain
108108

0 commit comments

Comments
 (0)