We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e60f1b commit ab1458bCopy full SHA for ab1458b
discovery/src/test/java/com/ibm/watson/discovery/v1/DiscoveryServiceIT.java
@@ -143,7 +143,7 @@ public static void cleanupClass() throws Exception {
143
public void setup() throws Exception {
144
super.setUp();
145
String apiKey = getProperty("discovery.apikey");
146
- String url = getProperty("discovery.url");
+ String url = "https://api.us-south.discovery.watson.cloud.ibm.com";
147
Authenticator authenticator = new IamAuthenticator(apiKey);
148
discovery = new Discovery("2019-04-30", authenticator);
149
discovery.setServiceUrl(url);
0 commit comments