24871dc410592c1dd78f41e33526b51ddd6cd6b4
[portal.git] / portal-BE / src / test / java / org / onap / portal / PortalApplicationTests.java
1 package org.onap.portal;
2
3 import org.junit.jupiter.api.Test;
4 import org.springframework.boot.test.context.SpringBootTest;
5
6 @SpringBootTest
7 class PortalApplicationTests {
8
9         @Test
10         void contextLoads() {
11         }
12
13 }