Skip to content

Commit

Permalink
#150: Simplify icat_query fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Nov 30, 2020
1 parent 1470b22 commit 25f2282
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ def invalid_credentials_header():

@pytest.fixture()
def icat_query(icat_client):
query = Query(icat_client, "Investigation")

return query
return Query(icat_client, "Investigation")


@pytest.fixture()
Expand Down

0 comments on commit 25f2282

Please sign in to comment.