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 f225ffd commit ab980a9Copy full SHA for ab980a9
test/Github/Tests/Api/Organization/MembersTest.php
@@ -80,7 +80,7 @@ public function shouldRemoveOrganizationMember()
80
$api = $this->getApiMock();
81
$api->expects($this->once())
82
->method('delete')
83
- ->with('orgs/KnpLabs/memberships/l3l0')
+ ->with('orgs/KnpLabs/members/l3l0')
84
->will($this->returnValue($expectedValue));
85
86
$this->assertEquals($expectedValue, $api->remove('KnpLabs', 'l3l0'));
0 commit comments