Skip to content

Commit

Permalink
Add Membership config to conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ktabouguia committed Dec 2, 2018
1 parent 809e899 commit 081e1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def server(config):
serv = Server(config, [
UserEndpoint, UsersEndpoint, ClubEndpoint, ClubsEndpoint,
LoginEndpoint, UserImagesEndpoint, SearchClubsEndpoint,
SearchUsersEndpoint, ClubImagesEndpoint
SearchUsersEndpoint, ClubImagesEndpoint, MembershipEndpoint
])
serv.start(test=True)
return serv

0 comments on commit 081e1ed

Please sign in to comment.