From 5e1f03fab614cf3e49fb3f990fe9c0b01ae2fd1b Mon Sep 17 00:00:00 2001 From: Eylon Malin Date: Wed, 7 Aug 2019 10:39:43 +0300 Subject: fix getNetworkListTest UT Issue-ID: VID-378 Signed-off-by: Eylon Malin Change-Id: Id28c5b3062f45c217f0bfc93e6d2a7c6333d15c4 --- .../src/test/java/org/onap/vid/services/AAIServiceIntegrativeTest.java | 1 + 1 file changed, 1 insertion(+) (limited to 'vid-app-common/src/test/java/org') diff --git a/vid-app-common/src/test/java/org/onap/vid/services/AAIServiceIntegrativeTest.java b/vid-app-common/src/test/java/org/onap/vid/services/AAIServiceIntegrativeTest.java index 28c844cda..a159efd30 100644 --- a/vid-app-common/src/test/java/org/onap/vid/services/AAIServiceIntegrativeTest.java +++ b/vid-app-common/src/test/java/org/onap/vid/services/AAIServiceIntegrativeTest.java @@ -160,6 +160,7 @@ public class AAIServiceIntegrativeTest extends TestWithAaiClient { aaiServiceWithoutMocks.getVpnListByVpnType("aaa"); } + @Test public void getNetworkListTest_successResponse() { String rawResponse = TestUtils.readFileAsString("/responses/aai/l3-networks-by-cloud-region-and-tenantId.json"); final ResponseWithRequestInfo responseWithRequestInfo = mockedResponseWithRequestInfo(Response.Status.OK, -- cgit 1.2.3-korg