We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88a56a commit f4e7607Copy full SHA for f4e7607
1 file changed
membersuite_api_client/tests/test_security.py
@@ -15,7 +15,7 @@
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)
+print("MEMBER_ORG_NAME: %s" % MEMBER_ORG_NAME)
19
20
21
def get_portal_user(client, member=True):
0 commit comments