]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/util/TestCAAValidation.java
fix: stop checking CAA on public suffix (and report error better)
[gigi.git] / tests / org / cacert / gigi / util / TestCAAValidation.java
index 1b4c3953dc46ea74f34ba71a517521bee7c9e2ed..b483a68f66ea4a583afd51ddf67777372bd7bfa2 100644 (file)
@@ -53,7 +53,7 @@ public class TestCAAValidation extends ClientTest {
     public Boolean success;
 
     @Test
-    public void testCAA() {
+    public void testCAA() throws GigiApiException {
         assertEquals(success, CAA.verifyDomainAccess(u, CertificateProfile.getByName("server"), domain));
     }