Skip to content

Commit

Permalink
Update channel URL in test_ViewerBOT.py
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne committed Feb 21, 2024
1 parent 86b6afa commit 213f294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_ViewerBOT.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
def test_valid_parameters():
bot = ViewerBot(nb_of_threads=5, channel_name='test_channel', proxylist=None, type_of_proxy='http', proxy_imported=False, timeout=1000)
assert bot.nb_of_threads == 5
assert bot.channel_url == 'https://www.twitch.tv/test_channel'
assert bot.channel_url == 'https://www.kick.com/test_channel'
assert bot.proxylist == None
assert bot.type_of_proxy == 'http'
assert bot.proxy_imported == False
Expand Down

0 comments on commit 213f294

Please sign in to comment.