Skip to content

Commit 323eef7

Browse files
author
Mike Kistler
committed
Changes to address PR review comments
1 parent 440af7a commit 323eef7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/test_alchemy_language_v1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def test_api_key(self):
1010
default_url = 'https://gateway-a.watsonplatform.net/calls'
1111
inited = watson_developer_cloud.AlchemyLanguageV1(url=default_url, api_key='boguskey',
1212
x_watson_learning_opt_out=True)
13-
#assert inited.x_watson_learning_opt_out
1413
assert inited.api_key == 'boguskey'
1514
assert inited.url == default_url
1615
inited.set_url(url="http://google.com")

0 commit comments

Comments
 (0)