Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Sep 2, 2024
1 parent 1a69a0b commit 58f7d30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async def test_get_vector_list(test_user, sumo_test_ensemble_ahm):
sumo = Explorer(env="prod")

cases = [case.uuid for case in sumo.cases]
# assert cases == []
assert "485041ce-ad72-48a3-ac8c-484c0ed95cf8" in cases
res = client.post("/search", json={})

response = await client.post_async("/search", json={})
Expand Down

0 comments on commit 58f7d30

Please sign in to comment.