We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84429fa commit 687d88fCopy full SHA for 687d88f
1 file changed
tests/unit/Identity/v3/Models/PolicyTest.php
@@ -37,7 +37,7 @@ public function test_it_creates()
37
'user_id' => 'id',
38
];
39
40
- $this->setupMock('POST', 'policy', $userJson, [], 'policy');
+ $this->setupMock('POST', 'policies', ['policy' => $userJson], [], 'policy');
41
42
/** @var $policy \OpenStack\Identity\v3\Models\Policy */
43
$policy = $this->policy->create($userOptions);
0 commit comments