Skip to content

Commit

Permalink
fix: get_random_string import
Browse files Browse the repository at this point in the history
  • Loading branch information
kallilsouza committed Dec 23, 2024
1 parent 2c8c84c commit f9d541b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect/api/v2/organizations/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f9d541b

Please sign in to comment.