Skip to content

Commit

Permalink
do not test options in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Nov 3, 2023
1 parent dafc742 commit 93e1f40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compose/neurosynth_compose/tests/api/test_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def test_read(session, auth_client, user_data, endpoint, model, schema):
query = True
expected_results = model.query.filter(query).all()

pre = auth_client.client.options(f"/api/{endpoint}")
resp = auth_client.get(f"/api/{endpoint}")

assert resp.status_code == 200
Expand Down

0 comments on commit 93e1f40

Please sign in to comment.