Skip to content

Commit

Permalink
Fix failing metrica test (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCPN authored Jun 19, 2024
1 parent 3027cac commit a036d7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ class MetricaDataApiTestBase(MetricaDatasetTestBase, StandardizedDataApiTestBase
@pytest.fixture(scope="class")
def data_api_test_params(self) -> DataApiTestParams:
return DataApiTestParams(
two_dims=("Домен страницы", "Просмотров в минуту"),
summable_field="Просмотров в минуту",
two_dims=("Домен страницы", "Просмотры"),
summable_field="Просмотры",
range_field="Дата и время просмотра",
distinct_field="Адрес страницы",
date_field="Дата просмотра",
Expand Down

0 comments on commit a036d7e

Please sign in to comment.