Skip to content

Commit ab1458b

Browse files
committed
test(discovery-v1): update service url in IT tests
1 parent 5e60f1b commit ab1458b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discovery/src/test/java/com/ibm/watson/discovery/v1/DiscoveryServiceIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public static void cleanupClass() throws Exception {
143143
public void setup() throws Exception {
144144
super.setUp();
145145
String apiKey = getProperty("discovery.apikey");
146-
String url = getProperty("discovery.url");
146+
String url = "https://api.us-south.discovery.watson.cloud.ibm.com";
147147
Authenticator authenticator = new IamAuthenticator(apiKey);
148148
discovery = new Discovery("2019-04-30", authenticator);
149149
discovery.setServiceUrl(url);

0 commit comments

Comments
 (0)