Bastien Sevajol 6 years ago
parent
commit
efc0b3dd82
No account linked to committer's email
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tracim/tests/functional/test_system.py

+ 3 - 3
tracim/tests/functional/test_system.py View File

1
 # coding=utf-8
1
 # coding=utf-8
2
+from tracim.tests import FunctionalTest
3
+
2
 """
4
 """
3
 Tests for /api/v2/system subpath endpoints.
5
 Tests for /api/v2/system subpath endpoints.
4
 """
6
 """
5
-from tracim.tests import FunctionalTest
6
-
7
 
7
 
8
-class TestApplicationsEndpoint(FunctionalTest):
8
+class TestApplicationEndpoint(FunctionalTest):
9
     """
9
     """
10
     Tests for /api/v2/system/applications
10
     Tests for /api/v2/system/applications
11
     """
11
     """