Skip to content

Commit 84429fa

Browse files
authored
Create ServiceTest.php
1 parent cd57c5c commit 84429fa

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
@@ -435,7 +435,7 @@ public function test_it_creates_policy()
435435
'user_id' => $userOptions['userId'],
436436
];
437437

438-
$this->setupMock('POST', 'policies', $userJson, [], 'policy');
438+
$this->setupMock('POST', 'policy', $userJson, [], 'policy');
439439

440440
/** @var $endpoint \OpenStack\Identity\v3\Models\Policy */
441441
$policy = $this->service->createPolicy($userOptions);

0 commit comments

Comments
 (0)