summaryrefslogtreecommitdiffstats
path: root/portal-BE/src/test/java/org/onap/portal/PortalApplicationTests.java
blob: 24871dc410592c1dd78f41e33526b51ddd6cd6b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.onap.portal;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class PortalApplicationTests {

	@Test
	void contextLoads() {
	}

}