From 47cc1ceffbfb7419c0299d5f74835dcae4a23cb1 Mon Sep 17 00:00:00 2001 From: Amir Mofakhar Date: Wed, 17 Jul 2024 16:49:43 +0100 Subject: [PATCH] fix unit test --- tests/units/fastsync/assertions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/units/fastsync/assertions.py b/tests/units/fastsync/assertions.py index 127620cb3..6b9623d29 100644 --- a/tests/units/fastsync/assertions.py +++ b/tests/units/fastsync/assertions.py @@ -145,6 +145,7 @@ def assert_main_impl_exit_normally_on_success( 'transform': None, 'drop_pg_slot': False, 'tap': {}, + 'autoresync_size': None } ) @@ -201,6 +202,7 @@ def assert_main_impl_should_exit_with_error_on_failure( 'tap': { 'fastsync_parallelism': 4, }, + 'autoresync_size': None } )