Skip to content

Commit

Permalink
add test for general query
Browse files Browse the repository at this point in the history
  • Loading branch information
nocollier committed Mar 19, 2024
1 parent d05466b commit d470e39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ def compare_basic(r1, r2):
"facets": "experiment,model",
"replica": False,
},
{
"query": "temperature",
"facets": "variable_id",
},
],
)
def test_queries(query):
Expand Down

0 comments on commit d470e39

Please sign in to comment.