Skip to content

Commit 194d2ab

Browse files
committed
test(discovery-v1-it): update test url
1 parent f05579c commit 194d2ab

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
@@ -363,7 +363,7 @@ public void badCredentialsThrowsException() {
363363
/** Ping bad url throws exception. */
364364
@Test(expected = NotFoundException.class)
365365
public void pingBadUrlThrowsException() {
366-
discovery.setServiceUrl("https://api.us-south.discovery-foo.watson.cloud.ibm.com");
366+
discovery.setServiceUrl("https://api.us-south.discovery.watson.cloud.ibm.com/discovery-foo");
367367
ping();
368368
}
369369

0 commit comments

Comments
 (0)