Fix spelling mistakes
This commit is contained in:
parent
67208046bc
commit
81bb76d3df
3 changed files with 10 additions and 10 deletions
|
@ -40,7 +40,7 @@ from endpoints.api.billing import (UserCard, UserPlan, ListPlans, OrganizationCa
|
|||
OrganizationPlan)
|
||||
from endpoints.api.discovery import DiscoveryResource
|
||||
from endpoints.api.organization import (OrganizationList, OrganizationMember,
|
||||
OrgPrivateRepositories, OrgnaizationMemberList,
|
||||
OrgPrivateRepositories, OrganizationMemberList,
|
||||
Organization, ApplicationInformation,
|
||||
OrganizationApplications, OrganizationApplicationResource,
|
||||
OrganizationApplicationResetClientSecret)
|
||||
|
@ -806,7 +806,7 @@ class TestGetOrganiaztionMembers(ApiTestCase):
|
|||
def test_getmembers(self):
|
||||
self.login(ADMIN_ACCESS_USER)
|
||||
|
||||
json = self.getJsonResponse(OrgnaizationMemberList,
|
||||
json = self.getJsonResponse(OrganizationMemberList,
|
||||
params=dict(orgname=ORGANIZATION))
|
||||
|
||||
assert ADMIN_ACCESS_USER in json['members']
|
||||
|
|
Reference in a new issue