Skip to content

Commit 04f54d6

Browse files
authored
Updated tests for createService
1 parent 616eccf commit 04f54d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/Identity/v3/CoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function domains()
147147

148148
public function endpoints()
149149
{
150-
$service = $this->getService()->createService(['name' => $this->randomStr(), 'type' => 'volume']);
150+
$service = $this->getService()->createService(['name' => $this->randomStr(), 'type' => 'volume', 'description' => $this->randomStr()]);
151151

152152
$replacements = [
153153
'{endpointName}' => $this->randomStr(),

0 commit comments

Comments
 (0)