diff --git a/integrationTest/integration_test.go b/integrationTest/integration_test.go index 70de69fc8..7775172c1 100644 --- a/integrationTest/integration_test.go +++ b/integrationTest/integration_test.go @@ -473,9 +473,7 @@ func makeTests(t *testing.T) []*TestCase { sshfp("@", 1, 1, "66c7d5540b7d75a1fb4c84febfa178ad99bdd67c")), tc("SSHFP change algorithm", sshfp("@", 2, 1, "66c7d5540b7d75a1fb4c84febfa178ad99bdd67c")), - tc("SSHFP change type", - sshfp("@", 2, 2, "66c7d5540b7d75a1fb4c84febfa178ad99bdd67c")), - tc("SSHFP change fingerprint", + tc("SSHFP change fingerprint and type", sshfp("@", 2, 2, "745a635bc46a397a5c4f21d437483005bcc40d7511ff15fbfafe913a081559bc")), tc("SSHFP Delete one"), tc("SSHFP add many records", diff --git a/integrationTest/providers.json b/integrationTest/providers.json index dd40cb357..441ec4f6b 100644 --- a/integrationTest/providers.json +++ b/integrationTest/providers.json @@ -2,7 +2,7 @@ "ACTIVEDIRECTORY_PS": { "ADServer": "$AD_SERVER", "domain": "$AD_DOMAIN", - "knownFailures": "29,30,31,32,33,34,35,38,39,40,41,48,49,51,52,53" + "knownFailures": "29,30,31,32,33,34,35,38,39,40,41,48,50,51,52" }, "AZURE_DNS": { "SubscriptionID": "$AZURE_SUBSCRIPTION_ID", @@ -19,7 +19,7 @@ "auth-id": "$CLOUDNS_AUTH_ID", "auth-password": "$CLOUDNS_AUTH_PASSWORD", "domain": "$CLOUDNS_DOMAIN", - "knownFailures": "53" + "knownFailures": "52" }, "CLOUDFLAREAPI_OLD": { @@ -125,7 +125,6 @@ "app-key": "$OVH_APP_KEY", "app-secret-key": "$OVH_APP_SECRET_KEY", "consumer-key": "$OVH_CONSUMER_KEY", - "domain": "$OVH_DOMAIN", - "knownFailures": "49" + "domain": "$OVH_DOMAIN" } }