Skip to content

Commit 12467b7

Browse files
committed
Fix test case error
1 parent e095587 commit 12467b7

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
@@ -80,6 +80,12 @@ whisk {
8080
client-auth = "{{ invoker.ssl.clientAuth }}"
8181
}
8282
}
83+
credentials {
84+
controller {
85+
username = {{ controller.username }}
86+
password = {{ controller.password }}
87+
}
88+
}
8389
user-events {
8490
enabled = {{ user_events }}
8591
}

0 commit comments

Comments
 (0)