diff options
-rw-r--r-- | mgr/mgr/samples/tests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mgr/mgr/samples/tests.py b/mgr/mgr/samples/tests.py index d2673d4..8f1c326 100644 --- a/mgr/mgr/samples/tests.py +++ b/mgr/mgr/samples/tests.py @@ -30,3 +30,6 @@ class SampleViewTest(unittest.TestCase): self.assertEqual(status.HTTP_200_OK, response.status_code, response.content) resp_data = json.loads(response.content) self.assertEqual({"status": "active"}, resp_data) + + def test_url(self): + pass |