We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06d40d commit e41ff1bCopy full SHA for e41ff1b
1 file changed
geonode/proxy/tests.py
@@ -32,7 +32,7 @@
32
try:
33
from unittest.mock import MagicMock
34
except ImportError:
35
- from unittest.mock import MagicMock
+ from mock import MagicMock
36
37
from django.urls import reverse
38
from django.contrib.auth import get_user_model
0 commit comments