Skip to content

Commit

Permalink
YDB FQ: fix streaming tests after refactoring (#12800)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 authored Dec 19, 2024
1 parent a39dc2a commit 3f79dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ydb/tests/fq/generic/streaming/test_join.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from ydb.tests.tools.datastreams_helpers.test_yds_base import TestYdsBase

from ydb.library.yql.providers.generic.connector.tests.utils.one_time_waiter import OneTimeWaiter
from ydb.library.yql.providers.generic.connector.api.common.data_source_pb2 import EDataSourceKind
from yql.essentials.providers.common.proto.gateways_config_pb2 import EGenericDataSourceKind

import conftest

Expand Down Expand Up @@ -410,7 +410,7 @@ def freeze(json):


one_time_waiter = OneTimeWaiter(
data_source_kind=EDataSourceKind.YDB,
data_source_kind=EGenericDataSourceKind.YDB,
docker_compose_file_path=conftest.docker_compose_file_path,
expected_tables=["simple_table", "join_table", "dummy_table"],
)
Expand Down

0 comments on commit 3f79dce

Please sign in to comment.