We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b1981 commit bf33779Copy full SHA for bf33779
1 file changed
tests/unit/Network/Validators/DNSTest.php
@@ -51,8 +51,8 @@ public function testAAAA(): void
51
#[Retry(count: 5)]
52
public function testCAA(): void
53
{
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');
+ $certainly = new DNS('certainly.com', Record::TYPE_CAA, 'ns1.digitalocean.com');
+ $letsencrypt = new DNS('letsencrypt.org', Record::TYPE_CAA, 'ns1.digitalocean.com');
56
57
// No CAA record succeeds on main domain & subdomains for any issuer
58
$this->assertEquals($certainly->isValid('caa.appwrite.org'), true);
0 commit comments