From dd67203a4621812c4117957c7ed39a064c7b36be Mon Sep 17 00:00:00 2001 From: Timofey Koolin Date: Thu, 24 Aug 2023 11:47:08 +0300 Subject: [PATCH] style --- tests/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/conftest.py b/tests/conftest.py index 93905099..c4097f72 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -161,9 +161,11 @@ def create_table(s): """ % table_name ) + pool.retry_operation_sync(create_table) return table_name + @pytest.fixture() def column_table_path(database, column_table_name) -> str: return database + "/" + column_table_name