We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3427c8 commit e4456c4Copy full SHA for e4456c4
1 file changed
membersuite_api_client/tests/test_organizations.py
@@ -6,7 +6,7 @@
6
from ..organizations.models import Organization, OrganizationType
7
8
# @todo - this should come from the env for portability
9
-TEST_ORG_NAME = os.environ.get('TEST_ORG_ID')
+TEST_ORG_NAME = os.environ.get('TEST_ORG_NAME')
10
11
12
class OrganizationServiceTestCase(BaseTestCase):
0 commit comments