Skip to content

Commit

Permalink
SOAR-15940-updating unit test to reflect change to count
Browse files Browse the repository at this point in the history
  • Loading branch information
rbowden-r7 committed Nov 10, 2023
1 parent 66a027c commit 1d781b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_advanced_query_on_log_statistical_result_calculate(self, mock_get, mock

actual = self.action.run(test_input)
expected = {
"count": 4,
"count": 462,
"results_statistical": {
"leql": {
"during": {"from": 1699567413000, "to": 1699610613000},
Expand Down Expand Up @@ -171,7 +171,7 @@ def test_advanced_query_on_log_statistical_result_groupby(self, mock_get, mock_a

actual = self.action.run(test_input)
expected = {
"count": 4,
"count": 1020,
"results_statistical": {
"leql": {
"during": {"from": 1699569260000, "to": 1699612460000},
Expand Down

0 comments on commit 1d781b4

Please sign in to comment.