Bastien Sevajol vor 6 Jahren
Ursprung
Commit
efc0b3dd82
Es ist kein Account mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      tracim/tests/functional/test_system.py

+ 3 - 3
tracim/tests/functional/test_system.py Datei anzeigen

@@ -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
     """