Fix .set/.get #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tests complain with:
Really unsure what's wrong since
data.challenge.dnsAuthorization
is being used. But seems to be wrong anyways. Maybe multiple records with same name?*.foo.example.co.uk
andfoo.example.co.uk
will BOTH set TXT records forfoo.example.com
.This makes sense because
*
isn't a real domain, it's an alias, so it has to be set on the real domain instead.You need to set BOTH records, not overwrite the record, and check that the record you return is the correct record based on its content, not the domain name (since a domain can have an infinite number of TXT records).