You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2017/11/08 15:12:26 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Fixes #290 Change util_test.go's ReadUrl test URL to a neutral address (#638)

This is an automated email from the ASF dual-hosted git repository.

mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cab728  Fixes #290 Change util_test.go's ReadUrl test URL to a neutral address (#638)
0cab728 is described below

commit 0cab72886bc34a02e0652bec79755d1045be32e8
Author: Manjiri Tapaswi <mp...@ncsu.edu>
AuthorDate: Wed Nov 8 07:12:24 2017 -0800

    Fixes #290 Change util_test.go's ReadUrl test URL to a neutral address (#638)
---
 utils/misc_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/misc_test.go b/utils/misc_test.go
index 94203ad..f7a1ade 100644
--- a/utils/misc_test.go
+++ b/utils/misc_test.go
@@ -38,7 +38,7 @@ func TestLocalReader_ReadLocal(t *testing.T) {
 }
 
 func TestURLReader_ReadUrl(t *testing.T) {
-	var exampleUrl = "http://www.baidu.com"
+	var exampleUrl = "https://www.apache.org/"
 	b, _ := contentReader.ReadUrl(exampleUrl)
 	if b == nil {
 		t.Error("get web content failed")

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].