Skip to content

Commit cf91147

Browse files
authored
Merge branch 'master' into fix-gradle
2 parents 3d944aa + 66c8daa commit cf91147

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.utility/decrypt-service-instance-apikeys.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
33
echo -e "Decrypt service instance apikeys for branch $TRAVIS_BRANCH.\n"
4-
openssl aes-256-cbc -K $encrypted_5b4197fb87e6_key -iv $encrypted_5b4197fb87e6_iv \
4+
openssl aes-256-cbc -K $encrypted_b3aab48b571a_key -iv $encrypted_b3aab48b571a_iv \
55
-in config.properties.enc -out common/src/test/resources/config.properties -d
66
else
77
echo -e "Not Decrypt service instance apikeys for branch $TRAVIS_BRANCH.\n"

assistant/src/test/java/com/ibm/watson/assistant/v1/AssistantServiceIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1770,7 +1770,7 @@ public void testDeleteUserData() {
17701770
/** Test list mentions. */
17711771
@Test
17721772
public void testListMentions() {
1773-
String entity = "holiday";
1773+
String entity = "beverage";
17741774

17751775
ListMentionsOptions listMentionsOptions =
17761776
new ListMentionsOptions.Builder().workspaceId(workspaceId).entity(entity).build();

config.properties.enc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)