We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863469d commit 3c9877cCopy full SHA for 3c9877c
tests/smoke_testing_test.py
@@ -13,6 +13,6 @@
13
14
def test_smoke_testing() -> None:
15
""" wechaty """
16
- # os.environ['WECHATY_PUPPET_HOSTIE_TOKEN'] = 'test'
+ # os.environ['WECHATY_PUPPET_SERVICE_TOKEN'] = 'test'
17
# bot = Wechaty()
18
assert Wechaty, 'should be imported successfully'
0 commit comments