Skip to content

Commit f4e7607

Browse files
committed
more travis testing;
1 parent d88a56a commit f4e7607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

membersuite_api_client/tests/test_security.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
NONMEMBER_PASSWORD = os.environ.get('TEST_MS_PORTAL_NONMEMBER_PASS')
1616
MEMBER_ORG_NAME = os.environ.get('TEST_MS_MEMBER_ORG_NAME')
1717
print("**************")
18-
print("MEMBER_ORG_NAME: %" % MEMBER_ORG_NAME)
18+
print("MEMBER_ORG_NAME: %s" % MEMBER_ORG_NAME)
1919

2020

2121
def get_portal_user(client, member=True):

0 commit comments

Comments
 (0)