Skip to content

Commit fd8bba9

Browse files
committed
revert
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
1 parent ac4f573 commit fd8bba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/python/tests/integration/feature_repos/repo_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def get_local_server_port(self) -> int:
349349
worker_id_num = int(parsed_worker_id[0])
350350
else:
351351
worker_id_num = 0
352-
return 16000 + 100 * worker_id_num + self.id
352+
return g6000 + 100 * worker_id_num + self.id
353353

354354

355355
def table_name_from_data_source(ds: DataSource) -> Optional[str]:

0 commit comments

Comments
 (0)