fix nbi test
[externalapi/nbi.git] / src / test / java / org / onap / nbi / test / Context.java
index bc35aa0..10ad2c2 100644 (file)
@@ -94,5 +94,12 @@ public class Context {
     }
 
   }
+  public static void stopWiremock() throws Exception {
 
+    // Wiremock
+    if (wireMockServer != null) {
+      wireMockServer.stop();
+    }
+
+  }
 }