aboutsummaryrefslogtreecommitdiffstats
path: root/catalog/packages/tests/test_ns.py
diff options
context:
space:
mode:
Diffstat (limited to 'catalog/packages/tests/test_ns.py')
-rw-r--r--catalog/packages/tests/test_ns.py16
1 files changed, 1 insertions, 15 deletions
diff --git a/catalog/packages/tests/test_ns.py b/catalog/packages/tests/test_ns.py
index 34e23149..c5214b6b 100644
--- a/catalog/packages/tests/test_ns.py
+++ b/catalog/packages/tests/test_ns.py
@@ -11,6 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+
import json
import mock
from rest_framework import status
@@ -498,18 +499,3 @@ class TestNsPackage(TestCase):
{"csarId": "1", "inputs": []}, format='json')
self.assertEqual(resp.status_code, status.HTTP_500_INTERNAL_SERVER_ERROR)
self.assertEqual(resp.data, {"error": "NS CSAR(1) does not exist."})
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-