Skip to content

Commit e41ff1b

Browse files
author
afabiani
committed
- Typo
1 parent b06d40d commit e41ff1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geonode/proxy/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
try:
3333
from unittest.mock import MagicMock
3434
except ImportError:
35-
from unittest.mock import MagicMock
35+
from mock import MagicMock
3636

3737
from django.urls import reverse
3838
from django.contrib.auth import get_user_model

0 commit comments

Comments
 (0)