File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
backend/tests/integration/common_utils/managers Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def create_from_scratch(
86
86
groups = groups ,
87
87
user_performing_action = user_performing_action ,
88
88
)
89
- before = datetime .now (timezone .utc )
89
+ datetime .now (timezone .utc )
90
90
cc_pair = _cc_pair_creator (
91
91
connector_id = connector .id ,
92
92
credential_id = credential .id ,
@@ -95,11 +95,11 @@ def create_from_scratch(
95
95
groups = groups ,
96
96
user_performing_action = user_performing_action ,
97
97
)
98
- CCPairManager .wait_for_indexing (
99
- cc_pair = cc_pair ,
100
- after = before ,
101
- user_performing_action = user_performing_action ,
102
- )
98
+ # CCPairManager.wait_for_indexing(
99
+ # cc_pair=cc_pair,
100
+ # after=before,
101
+ # user_performing_action=user_performing_action,
102
+ # )
103
103
return cc_pair
104
104
105
105
@staticmethod
You can’t perform that action at this time.
0 commit comments