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 dc85228 commit 17316d3Copy full SHA for 17316d3
test/integration/test_compare_comply_v1.rb
@@ -12,7 +12,7 @@ class CompareComplyV1Test < Minitest::Test
12
13
def before_all
14
authenticator = IBMWatson::Authenticators::IamAuthenticator.new(
15
- apikey: ENV["ASSISTANT_APIKEY"]
+ apikey: ENV["COMPARE_COMPLY_APIKEY"]
16
)
17
@service = IBMWatson::CompareComplyV1.new(
18
version: "2018-10-15",
0 commit comments