Skip to content

Commit bf33779

Browse files
committed
revert
1 parent 71b1981 commit bf33779

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/Network/Validators/DNSTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public function testAAAA(): void
5151
#[Retry(count: 5)]
5252
public function testCAA(): void
5353
{
54-
$certainly = new DNS('certainly.com', Record::TYPE_CAA, '8.8.8.8');
55-
$letsencrypt = new DNS('letsencrypt.org', Record::TYPE_CAA, '8.8.8.8');
54+
$certainly = new DNS('certainly.com', Record::TYPE_CAA, 'ns1.digitalocean.com');
55+
$letsencrypt = new DNS('letsencrypt.org', Record::TYPE_CAA, 'ns1.digitalocean.com');
5656

5757
// No CAA record succeeds on main domain & subdomains for any issuer
5858
$this->assertEquals($certainly->isValid('caa.appwrite.org'), true);

0 commit comments

Comments
 (0)