Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 2a5c955

Browse files
committed
api_key, api_secret 변경
1 parent c2a35d0 commit 2a5c955

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/coolsms_unit_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ def makeSuite(testcase,tests):
2121
# @brief Coolsms Python SDK Unit Test
2222
class CoolsmsUnitTest(unittest.TestCase):
2323

24-
api_key = "NCS57A43A134D2B9"
25-
api_secret = "9BF07E949C74516A70D7C6A4D6B2B0D3"
24+
api_key = "#ENTER_YOUR_OWN#"
25+
api_secret = "#ENTER_YOUR_OWN#"
2626

2727
def setUp(self):
2828
pass

0 commit comments

Comments
 (0)