Roll versions after J-Relase master -> 0.2.0
[nonrtric/plt/rappmanager.git] / rapp-manager-dme / src / test / java / com / oransc / rappmanager / dme / service / DmeDeployerTest.java
index 7961cc2..f3080e5 100755 (executable)
@@ -148,7 +148,7 @@ class DmeDeployerTest {
     }
 
     @Test
-    void testPrimeRappWithoutDme() throws JsonProcessingException {
+    void testPrimeRappWithoutDme() {
         RappResources rappResources = rappDmeResourceBuilder.getResources();
         rappResources.setDme(null);
         Rapp rapp = getRapp(Optional.empty());