Skip to content

Commit e4456c4

Browse files
committed
Updated env var;
1 parent b3427c8 commit e4456c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

membersuite_api_client/tests/test_organizations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from ..organizations.models import Organization, OrganizationType
77

88
# @todo - this should come from the env for portability
9-
TEST_ORG_NAME = os.environ.get('TEST_ORG_ID')
9+
TEST_ORG_NAME = os.environ.get('TEST_ORG_NAME')
1010

1111

1212
class OrganizationServiceTestCase(BaseTestCase):

0 commit comments

Comments
 (0)