Skip to content

Commit 06e9c53

Browse files
author
Denis Pushkarev
committed
Changed test data since It can not add a DS record for the root domain
1 parent a2658c0 commit 06e9c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/DnsTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ public function testGetAllByWebspaceId()
122122
$dns = static::$client->dns()->create([
123123
'site-id' => static::$webspace->id,
124124
'type' => 'DS',
125-
'host' => '',
125+
'host' => 'host',
126126
'value' => '60485 5 1 2BB183AF5F22588179A53B0A98631FAD1A292118',
127127
]);
128128
$dns2 = static::$client->dns()->create([
129129
'site-id' => static::$webspace->id,
130130
'type' => 'DS',
131-
'host' => '',
131+
'host' => 'host',
132132
'value' => '60485 5 1 2BB183AF5F22588179A53B0A98631FAD1A292119',
133133
]);
134134
$dnsInfo = static::$client->dns()->getAll('site-id', static::$webspace->id);

0 commit comments

Comments
 (0)