Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shahidhk committed Apr 30, 2019
1 parent e65599b commit 1db897a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tests-py/test_graphql_queries.py
Expand Up @@ -252,7 +252,7 @@ def test_artist_search_tracks_aggregate(self, hge_ctx, transport, endpoint):
def test_staff_passed_students(self, hge_ctx, transport, endpoint):
check_query_f(hge_ctx, self.dir() + '/staff_passed_students.yaml', transport, endpoint)

def test_user_query_auction(self, hge_ctx, transport):
def test_user_query_auction(self, hge_ctx, transport, endpoint):
check_query_f(hge_ctx, self.dir() + '/user_query_auction.yaml', transport)

@classmethod
Expand Down

0 comments on commit 1db897a

Please sign in to comment.