Skip to content

Commit

Permalink
test: Update hardcoded test value
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 3, 2024
1 parent 311d60e commit 9f63415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_github/tests/test_tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def test_get_a_user_in_user_usernames_mode(
)
# these 2 are inequalities as number will keep changing :)
assert captured_out.count('{"type": "RECORD", "stream": "starred"') > 150
assert captured_out.count('{"type": "RECORD", "stream": "user_contributed_to"') > 50
assert captured_out.count('{"type": "RECORD", "stream": "user_contributed_to"') > 25
assert '{"username": "aaronsteers"' in captured_out
assert '{"username": "aaRONsTeeRS"' not in captured_out
assert '{"username": "EricBoucher"' not in captured_out
Expand Down

0 comments on commit 9f63415

Please sign in to comment.