Skip to content

Commit

Permalink
Test method rename
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed May 21, 2021
1 parent c3ba5ad commit ed1473c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


@pytest.mark.parametrize("rester", MPRester()._all_resters)
def test_search_clients(rester):
def test_query_methods(rester):
if rester.endpoint.split("/")[-2] not in key_only_resters:
doc = rester.query({"limit": 1}, fields=[rester.primary_key])[0]
assert isinstance(doc, rester.document_model)

0 comments on commit ed1473c

Please sign in to comment.