Skip to content

Commit 687d88f

Browse files
authored
Create PolicyTest.php
1 parent 84429fa commit 687d88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Identity/v3/Models/PolicyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function test_it_creates()
3737
'user_id' => 'id',
3838
];
3939

40-
$this->setupMock('POST', 'policy', $userJson, [], 'policy');
40+
$this->setupMock('POST', 'policies', ['policy' => $userJson], [], 'policy');
4141

4242
/** @var $policy \OpenStack\Identity\v3\Models\Policy */
4343
$policy = $this->policy->create($userOptions);

0 commit comments

Comments
 (0)