Skip to content

Commit

Permalink
[qa] Corrected test class name in geo.tests.test_api
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Apr 22, 2019
1 parent 487f13f commit 242fa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwisp_controller/geo/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from . import TestGeoMixin


class TestModels(TestGeoMixin, TestCase):
class TestApi(TestGeoMixin, TestCase):
object_model = Device
location_model = Location
object_location_model = DeviceLocation
Expand Down

0 comments on commit 242fa20

Please sign in to comment.