2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00

update tests

This commit is contained in:
nspadaccino 2024-12-04 12:19:06 -05:00
parent 63577cebb9
commit e7bc2c0e0d
No known key found for this signature in database
GPG Key ID: AB060C9A2C68918E

View File

@ -2433,6 +2433,8 @@ def test_update_owner_group_transfer_on_non_shared_zones_in_fails(shared_zone_te
try:
record_json = create_recordset(ok_zone, "test_update_success", "A", [{"address": "1.1.1.1"}])
record_json["recordSetGroupChange"] = {"ownerShipTransferStatus": None,
"requestedOwnerGroupId": None}
create_response = ok_client.create_recordset(record_json, status=202)
update = ok_client.wait_until_recordset_change_status(create_response, "Complete")["recordSet"]