Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
fix randit
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Jan 9, 2022
1 parent 384f31f commit eb1ce80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailerlite/tests/test_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_groups_subscriber(header):
n_groups = groups.all()
assert len(n_groups) > 0

group_ix = random.randint(0, n_groups)
group_ix = random.randint(0, len(n_groups))
group_1 = n_groups[group_ix]

subs_in_group_1 = groups.subscribers(group_1.id)
Expand Down

0 comments on commit eb1ce80

Please sign in to comment.