Skip to content

Commit

Permalink
Fix test case error
Browse files Browse the repository at this point in the history
  • Loading branch information
ningyougang committed Sep 28, 2020
1 parent 03d0caf commit 88c24e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/src/test/resources/application.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ whisk {
client-auth = "{{ invoker.ssl.clientAuth }}"
}
}
credentials {
controller {
username = {{ controller.username }}
password = {{ controller.password }}
}
}
user-events {
enabled = {{ user_events }}
}
Expand Down

0 comments on commit 88c24e7

Please sign in to comment.