Skip to content

Commit

Permalink
removed old credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOS-JAlvarez committed Nov 15, 2022
1 parent bb81c5c commit b96ea9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import unittest

SCAN_COMMAND = ["python3", "main.py"]
SOOS_CLIENT_ID_DEV = "c4337d37a91c0180875d901c0d8810ea44b1735ac4a00ca6c0afed13ae0ee48a"
SOOS_API_KEY_DEV = "N2FiNjM1YzItOGE0My00MGE1LWE0ZWMtODYxNTNlODViZGIx"
SOOS_CLIENT_ID_DEV = ""
SOOS_API_KEY_DEV = ""
DEV_ENV = "https://dev-api.soos.io/api/"


Expand Down

0 comments on commit b96ea9b

Please sign in to comment.