Skip to content

Commit

Permalink
Get security issues for all regions
Browse files Browse the repository at this point in the history
Also add FakeClient and use it for security services
  • Loading branch information
Sergey Skripnick committed Dec 27, 2016
1 parent 3fe5199 commit accc691
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/unit/api/v1/test_regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@
from tests.unit import test


class ApiTestCase(test.TestCase):

def test_api_response_code(self):
code, resp = self.get("/api/v1/regions")
self.assertEqual(code, 200)
code, resp = self.get("/api/v1/regions/detailed")
self.assertEqual(code, 200)


class RegionsApiTestCase(test.TestCase):

def setUp(self):
Expand Down

0 comments on commit accc691

Please sign in to comment.