We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2658c0 commit 06e9c53Copy full SHA for 06e9c53
tests/DnsTest.php
@@ -122,13 +122,13 @@ public function testGetAllByWebspaceId()
122
$dns = static::$client->dns()->create([
123
'site-id' => static::$webspace->id,
124
'type' => 'DS',
125
- 'host' => '',
+ 'host' => 'host',
126
'value' => '60485 5 1 2BB183AF5F22588179A53B0A98631FAD1A292118',
127
]);
128
$dns2 = static::$client->dns()->create([
129
130
131
132
'value' => '60485 5 1 2BB183AF5F22588179A53B0A98631FAD1A292119',
133
134
$dnsInfo = static::$client->dns()->getAll('site-id', static::$webspace->id);
0 commit comments