Skip to content

Commit

Permalink
fetch summary by key
Browse files Browse the repository at this point in the history
  • Loading branch information
lcampbell2 committed Aug 31, 2023
1 parent 71f470c commit 180ddaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/summaries/tests/test_summaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
def test_update_chart_summaries():
update_chart_summaries(host="http://testdb:8529", name="test", user="", password="")

summary = db.collection("chartSummaries").get({"date": date.today()})
summary = db.collection("chartSummaries").get({"_key": "testorg"})
assert summary["https"] == {
"pass": 2,
"fail": 1,
Expand Down

0 comments on commit 180ddaa

Please sign in to comment.