Add asserts to silence Sonar warnings re tests
[portal/ric-dashboard.git] / webapp-backend / src / test / resources / logback-test.xml
index 7e23282..f8ae6fa 100644 (file)
@@ -66,4 +66,7 @@
        <!-- Code under test should be chatty --> >
        <logger name="org.oransc.ric.portal.dashboard" level="DEBUG" />
 
+       <!-- Watch authentication done by EPSDK-FW -->
+       <logger name="org.onap.portalsdk.core.onboarding" level="DEBUG" />
+
 </configuration>