VerifyStatusIT#verificationTestNullReporter: Fix db type wiring

This change also updates bazlets, that reverted including of
bouncycastle library in the plugin API.

Change-Id: Ie5e1efc291b4bdc4c8d948eb7611cf96db35942a
diff --git a/WORKSPACE b/WORKSPACE
index 32846e8..65c1637 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -3,8 +3,8 @@
 load("//:bazlets.bzl", "load_bazlets")
 
 load_bazlets(
-    commit = "8a4cbdc993f41fcfe7290e7d1007cfedf8d87c18",
-#    local_path = "/home/davido/projects/bazlets",
+    commit = "696f59e1b591c23469433cd7a8e5933c738682c5",
+    # local_path = "/home/<user>/projects/bazlets",
 )
 
 # Snapshot Plugin API
diff --git a/src/test/java/com/googlesource/gerrit/plugins/verifystatus/VerifyStatusIT.java b/src/test/java/com/googlesource/gerrit/plugins/verifystatus/VerifyStatusIT.java
index 26a5f3d..dcdf255 100644
--- a/src/test/java/com/googlesource/gerrit/plugins/verifystatus/VerifyStatusIT.java
+++ b/src/test/java/com/googlesource/gerrit/plugins/verifystatus/VerifyStatusIT.java
@@ -166,6 +166,9 @@
   }
 
   @Test
+  @GerritConfig(name = DB_TYPE_CONFIG, value = H2)
+  @GerritConfig(name = DB_URL_CONFIG, value = URL)
+  @UseLocalDisk
   public void verificationTestNullReporter() throws Exception {
     VerifyInput in = new VerifyInput();
     in.verifications = new HashMap<>();