Bastien Sevajol 6 anos atrás
pai
commit
efc0b3dd82
Nenhuma conta conectada ao e-mail do autor de commit
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      tracim/tests/functional/test_system.py

+ 3 - 3
tracim/tests/functional/test_system.py Ver arquivo

@@ -1,11 +1,11 @@
1 1
 # coding=utf-8
2
+from tracim.tests import FunctionalTest
3
+
2 4
 """
3 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 10
     Tests for /api/v2/system/applications
11 11
     """