Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
coder2020official committed Jul 26, 2024
1 parent d2485bf commit dd0dfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_handler_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

@pytest.fixture()
def telegram_bot():
return telebot.TeleBot('', threaded=False, validate_token=False)
return telebot.TeleBot('1234:test', threaded=False)


@pytest.fixture
Expand Down

0 comments on commit dd0dfa9

Please sign in to comment.