We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177a23a commit d88a56aCopy full SHA for d88a56a
1 file changed
membersuite_api_client/tests/test_security.py
@@ -14,6 +14,8 @@
14
NONMEMBER_ID = os.environ.get('TEST_MS_PORTAL_NONMEMBER_ID')
15
NONMEMBER_PASSWORD = os.environ.get('TEST_MS_PORTAL_NONMEMBER_PASS')
16
MEMBER_ORG_NAME = os.environ.get('TEST_MS_MEMBER_ORG_NAME')
17
+print("**************")
18
+print("MEMBER_ORG_NAME: %" % MEMBER_ORG_NAME)
19
20
21
def get_portal_user(client, member=True):
0 commit comments