From 88c24e786720fb49bcb73a7f75939e7fdd79c9bc Mon Sep 17 00:00:00 2001 From: "ning.yougang" Date: Tue, 8 Sep 2020 15:19:56 +0800 Subject: [PATCH] Fix test case error --- tests/src/test/resources/application.conf.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/src/test/resources/application.conf.j2 b/tests/src/test/resources/application.conf.j2 index 47ed2a1013e..7ec6278bf49 100644 --- a/tests/src/test/resources/application.conf.j2 +++ b/tests/src/test/resources/application.conf.j2 @@ -80,6 +80,12 @@ whisk { client-auth = "{{ invoker.ssl.clientAuth }}" } } + credentials { + controller { + username = {{ controller.username }} + password = {{ controller.password }} + } + } user-events { enabled = {{ user_events }} }