mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 02:02:14 +00:00
fix tests
This commit is contained in:
parent
2e4bf94126
commit
63577cebb9
@ -128,7 +128,10 @@ class RecordSetServiceIntegrationSpec
|
|||||||
RecordSetStatus.Active,
|
RecordSetStatus.Active,
|
||||||
Instant.now.truncatedTo(ChronoUnit.MILLIS),
|
Instant.now.truncatedTo(ChronoUnit.MILLIS),
|
||||||
None,
|
None,
|
||||||
List(AAAAData("fd69:27cc:fe91::60"))
|
List(AAAAData("fd69:27cc:fe91::60")),
|
||||||
|
recordSetGroupChange =
|
||||||
|
Some(OwnerShipTransfer(ownerShipTransferStatus = OwnerShipTransferStatus.None,
|
||||||
|
requestedOwnerGroupId = None))
|
||||||
)
|
)
|
||||||
private val subTestRecordA = RecordSet(
|
private val subTestRecordA = RecordSet(
|
||||||
zone.id,
|
zone.id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user