Skip to content

Commit

Permalink
Remove set from test
Browse files Browse the repository at this point in the history
  • Loading branch information
maximusunc authored and uhbrar committed Apr 15, 2024
1 parent e369e75 commit 12cd2db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,6 @@ async def test_bypass_cache_is_sent_along_to_kps(monkeypatch, mocker):
n0-- biolink:treats -->n1
"""
)
QGRAPH["nodes"]["n1"]["set_interpretation"] = "ALL"

# Create query
q = {
Expand All @@ -617,7 +616,7 @@ async def test_bypass_cache_is_sent_along_to_kps(monkeypatch, mocker):
},
"n1": {
"categories": ["biolink:Disease"],
"set_interpretation": "ALL",
"set_interpretation": "BATCH",
"constraints": [],
},
},
Expand Down

0 comments on commit 12cd2db

Please sign in to comment.