Skip to content

Commit

Permalink
Add test ids
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Nov 27, 2024
1 parent 2f9a8d6 commit 924009c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def test_basic_resource_request(
@pytest.mark.parametrize(
"n_polls, succeed_at_end",
[(0, True), (0, False), (4, True), (4, False), (30, True)],
ids=["short_success", "short_failure", "medium_success", "medium_failure", "long_success"],
)
def test_sync_and_poll(n_polls, succeed_at_end, connector_id):
resource = FivetranWorkspace(
Expand Down

0 comments on commit 924009c

Please sign in to comment.