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 f05579c commit 194d2abCopy full SHA for 194d2ab
discovery/src/test/java/com/ibm/watson/discovery/v1/DiscoveryServiceIT.java
@@ -363,7 +363,7 @@ public void badCredentialsThrowsException() {
363
/** Ping bad url throws exception. */
364
@Test(expected = NotFoundException.class)
365
public void pingBadUrlThrowsException() {
366
- discovery.setServiceUrl("https://api.us-south.discovery-foo.watson.cloud.ibm.com");
+ discovery.setServiceUrl("https://api.us-south.discovery.watson.cloud.ibm.com/discovery-foo");
367
ping();
368
}
369
0 commit comments