2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-31 06:15:49 +00:00

resolve test

This commit is contained in:
Aravindh-Raju
2023-03-09 10:18:08 +05:30
parent 62ec7a6a52
commit 0987177310

View File

@@ -85,7 +85,7 @@ trait VinylDNSTestHelpers {
LimitsConfig(100,100,1000,1500,100,100,100)
val testServerConfig: ServerConfig =
ServerConfig(100, 100, 100, 100, true, approvedNameServers, "blue", "unset", "vinyldns.", false, true, true)
ServerConfig(100, 100, 100, 100, true, approvedNameServers, "blue", "unset", "vinyldns.", false, true, true, true)
val batchChangeConfig: BatchChangeConfig =
BatchChangeConfig(batchChangeLimit, sharedApprovedTypes, v6DiscoveryNibbleBoundaries)