From 4f774eeef8c1797c7073754412535be47ea1a8d7 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max" Date: Tue, 28 Apr 2020 15:13:12 -0400 Subject: move aai-client into its own project move aai-client into its own project Issue-ID: SO-2837 Signed-off-by: Benjamin, Max (mb388a) Change-Id: I20b700d160efbdf81ff22c9ca0fab73b28d3649b --- .../src/test/resources/__files/aai/query/pathed-result.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 common/src/test/resources/__files/aai/query/pathed-result.json (limited to 'common/src/test/resources/__files/aai/query/pathed-result.json') diff --git a/common/src/test/resources/__files/aai/query/pathed-result.json b/common/src/test/resources/__files/aai/query/pathed-result.json deleted file mode 100644 index e9a3e65c73..0000000000 --- a/common/src/test/resources/__files/aai/query/pathed-result.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "results": [ - { - "resource-type": "service-instance", - "resource-link": "https://localhost:8443/aai/v9/business/customers/customer/key1/service-subscriptions/service-subscription/key2/service-instances/service-instance/key3" - }, - { - "resource-type": "service-instance", - "resource-link": "https://localhost:8443/aai/v9/business/customers/customer/key1/service-subscriptions/service-subscription/key2/service-instances/service-instance/key3" - } - ] -} \ No newline at end of file -- cgit 1.2.3-korg