diff --git a/connect/api/v2/organizations/tests.py b/connect/api/v2/organizations/tests.py index 2d4669af..df3f12c7 100644 --- a/connect/api/v2/organizations/tests.py +++ b/connect/api/v2/organizations/tests.py @@ -4,7 +4,7 @@ from rest_framework.test import APIRequestFactory, force_authenticate from django.test import TestCase -from django.utils import get_random_string +from django.utils.crypto import get_random_string from unittest.mock import patch