Commit b485d0cc authored by Rohit Jnagal's avatar Rohit Jnagal

Merge pull request #6540 from pmorie/typo

Fix typo in e2e network test
parents c50355e3 9de0cf05
...@@ -34,7 +34,7 @@ var _ = BeforeSuite(func() { ...@@ -34,7 +34,7 @@ var _ = BeforeSuite(func() {
//Since this is not really a test of kubernetes in any way, we //Since this is not really a test of kubernetes in any way, we
//leave it as a pre-test assertion, rather than a Ginko test. //leave it as a pre-test assertion, rather than a Ginko test.
By("Executing a successfull http request from the external internet") By("Executing a successful http request from the external internet")
resp, err := http.Get("http://google.com") resp, err := http.Get("http://google.com")
if err != nil { if err != nil {
Failf("Unable to connect/talk to the internet: %v", err) Failf("Unable to connect/talk to the internet: %v", err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment