From 24accb9cb8000591cc22a5d98d2c079b8084b123 Mon Sep 17 00:00:00 2001 From: "Tschaen, Brendan" Date: Wed, 27 Feb 2019 16:44:36 -0500 Subject: Admin api tests w/ mocked authorization Change-Id: I2069a4c1e9e6985615fce77cfb2a255fc9e322f3 Issue-ID: MUSIC-341 Signed-off-by: Tschaen, Brendan --- src/test/java/org/onap/music/unittests/TestRestMusicQAPI.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/java/org/onap/music/unittests/TestRestMusicQAPI.java') 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(); } -- cgit 1.2.3-korg