Fix snapshot dependency and security
[vfc/nfvo/driver/vnfm/svnfm.git] / nokiav2 / driver / src / test / java / org / onap / vfc / nfvo / driver / vnfm / svnfm / nokia / vnfm / TestJobManager.java
index ee20653..bed2540 100644 (file)
@@ -425,7 +425,7 @@ public class TestJobManager extends TestBase {
             fail();
         } catch (RuntimeException e) {
             assertEquals(expectedException, e.getCause());
-            verify(logger).error("Unable to retrieve operation parameters", expectedException);
+            verify(logger).error("Unable to retrieve operation parameters of operation with " + operation.getId() +" identifier", expectedException);
         }
         assertTrue(jobManager.hasOngoingJobs());
     }
@@ -447,7 +447,7 @@ public class TestJobManager extends TestBase {
             fail();
         } catch (RuntimeException e) {
             assertEquals(expectedException, e.getCause());
-            verify(logger).error("Unable to retrieve VNF", expectedException);
+            verify(logger).error("Unable to retrieve VNF with myVnfId identifier", expectedException);
         }
         assertTrue(jobManager.hasOngoingJobs());
     }