Skip to content

Commit d59e8cf

Browse files
committed
Fix test case error
1 parent c2fc0d2 commit d59e8cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/src/test/resources/application.conf.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ whisk {
8181
client-auth = "{{ invoker.ssl.clientAuth }}"
8282
}
8383
}
84+
credentials {
85+
controller {
86+
username = {{ controller.username }}
87+
password = {{ controller.password }}
88+
}
89+
}
8490
user-events {
8591
enabled = {{ user_events }}
8692
}

0 commit comments

Comments
 (0)