Skip to content

Commit 3c9877c

Browse files
committed
update smoke testing token name
1 parent 863469d commit 3c9877c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smoke_testing_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313

1414
def test_smoke_testing() -> None:
1515
""" wechaty """
16-
# os.environ['WECHATY_PUPPET_HOSTIE_TOKEN'] = 'test'
16+
# os.environ['WECHATY_PUPPET_SERVICE_TOKEN'] = 'test'
1717
# bot = Wechaty()
1818
assert Wechaty, 'should be imported successfully'

0 commit comments

Comments
 (0)