Skip to content

Commit 17316d3

Browse files
committed
test: fix cnc test
1 parent dc85228 commit 17316d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_compare_comply_v1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class CompareComplyV1Test < Minitest::Test
1212

1313
def before_all
1414
authenticator = IBMWatson::Authenticators::IamAuthenticator.new(
15-
apikey: ENV["ASSISTANT_APIKEY"]
15+
apikey: ENV["COMPARE_COMPLY_APIKEY"]
1616
)
1717
@service = IBMWatson::CompareComplyV1.new(
1818
version: "2018-10-15",

0 commit comments

Comments
 (0)