Skip to content

Commit 6987458

Browse files
committed
Update the ENV VAR hints in the top of test_e2e.py
1 parent 41dbf29 commit 6987458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""If the following ENV VAR were available, many end-to-end test cases would run.
2-
LAB_APP_CLIENT_SECRET=...
32
LAB_OBO_CLIENT_SECRET=...
43
LAB_APP_CLIENT_ID=...
4+
LAB_APP_CLIENT_CERT_PFX_PATH=...
55
LAB_OBO_PUBLIC_CLIENT_ID=...
66
LAB_OBO_CONFIDENTIAL_CLIENT_ID=...
77
"""

0 commit comments

Comments
 (0)