Bastien Sevajol 6 年之前
父節點
當前提交
efc0b3dd82
沒有帳戶連結到提交者的電子郵件
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      tracim/tests/functional/test_system.py

+ 3 - 3
tracim/tests/functional/test_system.py 查看文件

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