We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616eccf commit 04f54d6Copy full SHA for 04f54d6
tests/integration/Identity/v3/CoreTest.php
@@ -147,7 +147,7 @@ public function domains()
147
148
public function endpoints()
149
{
150
- $service = $this->getService()->createService(['name' => $this->randomStr(), 'type' => 'volume']);
+ $service = $this->getService()->createService(['name' => $this->randomStr(), 'type' => 'volume', 'description' => $this->randomStr()]);
151
152
$replacements = [
153
'{endpointName}' => $this->randomStr(),
0 commit comments