Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedetefy committed Dec 15, 2021
1 parent c63d830 commit a01c23c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2217,8 +2217,8 @@ def test_selected_entity_is_used(self) -> None:
"project_id": 1,
"organization": 1,
"query": "MATCH (metrics_counters) SELECT sum(value) AS value BY "
"project_id, tags[3] WHERE org_id = 1 AND project_id IN array(1) "
"AND metric_id = 7",
"project_id, tags[3] WHERE org_id = 1 AND project_id IN array(1) AND "
"tags[3] IN array(1,34) AND metric_id = 7",
"time_window": int(timedelta(minutes=10).total_seconds()),
"resolution": int(timedelta(minutes=1).total_seconds()),
}
Expand Down

0 comments on commit a01c23c

Please sign in to comment.