Skip to content

Commit 13d42e4

Browse files
committed
removed the test details.
1 parent d8e3097 commit 13d42e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proxygen_cli/test/command_credentials_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
import proxygen_cli.cli.command_credentials as cmd_credentials
1010
from proxygen_cli.lib.credentials import Credentials
11-
CLIENT_ID = "user-client"
12-
CLIENT_SECRET = "a2e0f979-742f-4557-9d03-ffe4dece9d08"
11+
CLIENT_ID = os.environ["PROXYGEN_CLIENT_ID"]
12+
CLIENT_SECRET = os.environ["PROXYGEN_CLIENT_SECRET"]
1313

1414
def get_test_credentials(**kwargs):
1515
base_credentials = {

0 commit comments

Comments
 (0)