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 5560cce commit dc85228Copy full SHA for dc85228
test/unit/test_discovery_v2.rb
@@ -15,7 +15,8 @@ def before_all
15
authenticator = IBMWatson::Authenticators::NoAuthAuthenticator.new
16
@service = IBMWatson::DiscoveryV2.new(
17
version: "2018-03-05",
18
- authenticator: authenticator
+ authenticator: authenticator,
19
+ service_url: "https://gateway.watsonplatform.net/discovery/api"
20
)
21
end
22
0 commit comments