Skip to content

Commit d88a56a

Browse files
committed
Some travis debugging.... grrr;
1 parent 177a23a commit d88a56a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

membersuite_api_client/tests/test_security.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
NONMEMBER_ID = os.environ.get('TEST_MS_PORTAL_NONMEMBER_ID')
1515
NONMEMBER_PASSWORD = os.environ.get('TEST_MS_PORTAL_NONMEMBER_PASS')
1616
MEMBER_ORG_NAME = os.environ.get('TEST_MS_MEMBER_ORG_NAME')
17+
print("**************")
18+
print("MEMBER_ORG_NAME: %" % MEMBER_ORG_NAME)
1719

1820

1921
def get_portal_user(client, member=True):

0 commit comments

Comments
 (0)