aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/music/unittests/TestRestMusicQAPI.java
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2019-02-27 16:44:36 -0500
committerTschaen, Brendan <ctschaen@att.com>2019-02-27 16:44:36 -0500
commit24accb9cb8000591cc22a5d98d2c079b8084b123 (patch)
treefb9eaf76b888df84bc3588565c2c7dffa1f4a02c /src/test/java/org/onap/music/unittests/TestRestMusicQAPI.java
parentd350d020b40aad0b67bd5698f7c009733e81d7ca (diff)
Admin api tests w/ mocked authorization
Change-Id: I2069a4c1e9e6985615fce77cfb2a255fc9e322f3 Issue-ID: MUSIC-341 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Diffstat (limited to 'src/test/java/org/onap/music/unittests/TestRestMusicQAPI.java')
-rw-r--r--src/test/java/org/onap/music/unittests/TestRestMusicQAPI.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/java/org/onap/music/unittests/TestRestMusicQAPI.java b/src/test/java/org/onap/music/unittests/TestRestMusicQAPI.java
index f44f7171..c2666d22 100644
--- a/src/test/java/org/onap/music/unittests/TestRestMusicQAPI.java
+++ b/src/test/java/org/onap/music/unittests/TestRestMusicQAPI.java
@@ -214,8 +214,8 @@ public class TestRestMusicQAPI {
testObject = new PreparedQueryObject();
testObject.appendQueryString("DROP KEYSPACE IF EXISTS admin");
MusicCore.eventualPut(testObject);
- if (MusicDataStoreHandle.mDstoreHandle!=null)
- MusicDataStoreHandle.mDstoreHandle.close();
+ if (MusicDataStoreHandle.mDstoreHandle!=null) {}
+ //MusicDataStoreHandle.mDstoreHandle.close();
if (zkServer!=null)
zkServer.stop();
}