@@ -44,7 +44,7 @@ func TestInternetAccess(t *testing.T) {
4444
4545 envdClient := setup .GetEnvdClient (t , ctx )
4646
47- err = utils .ExecCommand (t , ctx , resp .JSON201 , envdClient , "curl" , "--connect-timeout" , "3" , "--max-time" , "5" , "-Is" , "https://www.google .com" )
47+ err = utils .ExecCommand (t , ctx , resp .JSON201 , envdClient , "curl" , "--connect-timeout" , "3" , "--max-time" , "5" , "-Is" , "https://www.gstatic .com/generate_204 " )
4848 if tc .internetAccess {
4949 require .NoError (t , err , "Expected curl command to succeed when internet access is allowed" )
5050 } else {
@@ -98,7 +98,7 @@ func TestInternetAccessResumedSbx(t *testing.T) {
9898 require .Equal (t , http .StatusCreated , respResume .StatusCode (), "Expected status code 200 OK, got %d" , respResume .StatusCode ())
9999
100100 envdClient := setup .GetEnvdClient (t , ctx )
101- err = utils .ExecCommand (t , ctx , resp .JSON201 , envdClient , "curl" , "--connect-timeout" , "3" , "--max-time" , "5" , "-Is" , "https://www.google .com" )
101+ err = utils .ExecCommand (t , ctx , resp .JSON201 , envdClient , "curl" , "--connect-timeout" , "3" , "--max-time" , "5" , "-Is" , "https://www.gstatic .com/generate_204 " )
102102 if tc .internetAccess {
103103 require .NoError (t , err , "Expected curl command to succeed when internet access is allowed" )
104104 } else {
0 commit comments