Skip to content

Commit 9932a43

Browse files
authored
Updated tests for createService()
1 parent 04f54d6 commit 9932a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Identity/v3/ServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function test_it_revokes_token()
157157

158158
public function test_it_creates_service()
159159
{
160-
$userOptions = ['name' => 'foo', 'type' => 'bar'];
160+
$userOptions = ['name' => 'foo', 'type' => 'bar', 'description' => 'description'];
161161

162162
$this->setupMock('POST', 'services', ['service' => $userOptions], [], 'service');
163163

0 commit comments

Comments
 (0)