@@ -37,7 +37,7 @@ def tearDown(self):
3737
3838 def test_article_api (self ):
3939 url = "http://www.xconomy.com/san-francisco/2012/07/25/diffbot-is-using-computer-vision-to-reinvent-the-semantic-web/"
40- token = "3c66f28f72ea40c1b02e6a4cc195b07e "
40+ token = "SOME_TOKEN "
4141 api = "article"
4242 version = 2
4343 response = self .client .request (url , token , api , version = version )
@@ -46,7 +46,7 @@ def test_article_api(self):
4646
4747 def test_frontpage_api (self ):
4848 url = "http://www.huffingtonpost.com/"
49- token = "3c66f28f72ea40c1b02e6a4cc195b07e "
49+ token = "SOME_TOKEN "
5050 api = "frontpage"
5151 version = 2
5252 response = self .client .request (url , token , api , version = version )
@@ -55,7 +55,7 @@ def test_frontpage_api(self):
5555
5656 def test_product_api (self ):
5757 url = "http://www.overstock.com/Home-Garden/iRobot-650-Roomba-Vacuuming-Robot/7886009/product.html"
58- token = "3c66f28f72ea40c1b02e6a4cc195b07e "
58+ token = "SOME_TOKEN "
5959 api = "product"
6060 version = 2
6161 response = self .client .request (url , token , api , version = version )
@@ -64,7 +64,7 @@ def test_product_api(self):
6464
6565 def test_image_api (self ):
6666 url = "http://www.google.com/"
67- token = "3c66f28f72ea40c1b02e6a4cc195b07e "
67+ token = "SOME_TOKEN "
6868 api = "image"
6969 version = 2
7070 response = self .client .request (url , token , api , version = version )
@@ -73,7 +73,7 @@ def test_image_api(self):
7373
7474 def test_analyze_api (self ):
7575 url = "http://www.twitter.com/"
76- token = "3c66f28f72ea40c1b02e6a4cc195b07e "
76+ token = "SOME_TOKEN "
7777 api = "analyze"
7878 version = 2
7979 response = self .client .request (url , token , api , version = version )
0 commit comments