Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Nov 25, 2024
1 parent 0f5c606 commit 05442c2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ def test_sync_and_poll(n_polls, succeed_at_end, connector_id):
test_failed_at = TEST_PREVIOUS_MAX_TIME_STR
# Set `failed_at` as more recent that `succeeded_at` if the sync and poll process is expected to fail
if not succeed_at_end:
test_succeeded_at, test_failed_at = test_failed_at, test_succeeded_at
test_succeeded_at = TEST_PREVIOUS_MAX_TIME_STR
test_failed_at = TEST_MAX_TIME_STR

# Create mock responses to mock full sync and poll behavior, used only in this test
def _mock_interaction():
Expand Down

0 comments on commit 05442c2

Please sign in to comment.