We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598f8f2 commit 01de0d6Copy full SHA for 01de0d6
1 file changed
test/integration/test_integration_discovery_v1.py
@@ -7,8 +7,8 @@ class Discoveryv1(TestCase):
7
def setUp(self):
8
self.discovery = watson_developer_cloud.DiscoveryV1(
9
version='2017-10-16',
10
- username=os.getenv('SPEECH_TO_TEXT_USERNAME'),
11
- password=os.getenv('SPEECH_TO_TEXT_PASSWORD'))
+ username=os.getenv('DISCOVERY_TO_TEXT_USERNAME'),
+ password=os.getenv('DISCOVERY_TO_TEXT_PASSWORD'))
12
self.discovery.set_default_headers({'X-Watson-Learning-Opt-Out': '1', 'X-Watson-Test': '1'})
13
self.environment_id = 'e15f6424-f887-4f50-b4ea-68267c36fc9c' # This environment is created for integration testing
14
self.collection_id = self.discovery.list_collections(self.environment_id)['collections'][0]['collection_id']
0 commit comments