@ -1,4 +1,4 @@
# Copyright (C) 2017-202 0 The Sipwise Team - http://sipwise.com
# Copyright (C) 2017-202 2 The Sipwise Team - http://sipwise.com
#
#
# This program is free software: you can redistribute it and/or modify it
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the Free
# under the terms of the GNU General Public License as published by the Free
@ -12,10 +12,11 @@
#
#
# You should have received a copy of the GNU General Public License along
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
# with this program. If not, see <http://www.gnu.org/licenses/>.
from unittest . mock import call
from unittest . mock import patch
from django . test import override_settings
from django . test import override_settings
from django . urls import reverse
from django . urls import reverse
from mock import call
from mock import patch
from rest_framework import status
from rest_framework import status
from rest_framework . test import APITestCase
from rest_framework . test import APITestCase