Skip to content

Commit

Permalink
fix(experiments): Fix failing tests (#28089)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
danielbachhuber and github-actions[bot] authored Jan 30, 2025
1 parent 224788a commit 1be5d81
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1014,8 +1014,6 @@ def test_query_runner_with_internal_filters(self, name: str, filter: dict, expec
expected_errors = json.dumps(
{
ExperimentNoResultsErrorKeys.NO_EXPOSURES: True,
ExperimentNoResultsErrorKeys.NO_EVENTS: True,
ExperimentNoResultsErrorKeys.NO_FLAG_INFO: True,
ExperimentNoResultsErrorKeys.NO_CONTROL_VARIANT: True,
ExperimentNoResultsErrorKeys.NO_TEST_VARIANT: True,
}
Expand Down Expand Up @@ -1568,8 +1566,6 @@ def test_query_runner_with_data_warehouse_internal_filters(self, name, filter: d
expected_errors = json.dumps(
{
ExperimentNoResultsErrorKeys.NO_EXPOSURES: True,
ExperimentNoResultsErrorKeys.NO_EVENTS: True,
ExperimentNoResultsErrorKeys.NO_FLAG_INFO: True,
ExperimentNoResultsErrorKeys.NO_CONTROL_VARIANT: True,
ExperimentNoResultsErrorKeys.NO_TEST_VARIANT: True,
}
Expand Down

0 comments on commit 1be5d81

Please sign in to comment.