Skip to content

Commit ab980a9

Browse files
committed
Ugh
1 parent f225ffd commit ab980a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Github/Tests/Api/Organization/MembersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function shouldRemoveOrganizationMember()
8080
$api = $this->getApiMock();
8181
$api->expects($this->once())
8282
->method('delete')
83-
->with('orgs/KnpLabs/memberships/l3l0')
83+
->with('orgs/KnpLabs/members/l3l0')
8484
->will($this->returnValue($expectedValue));
8585

8686
$this->assertEquals($expectedValue, $api->remove('KnpLabs', 'l3l0'));

0 commit comments

Comments
 (0)