mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
commit
b485d0cccb
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user