瀏覽代碼

Formatting

Alex Payne 9 年之前
父節點
當前提交
cd8bee604a
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. 0
    2
      tests.py

+ 0
- 2
tests.py 查看文件

@@ -10,11 +10,9 @@ TEST_ADDRESS = 'sovereign@sovereign.local'
10 10
 TEST_PASSWORD = 'foo'
11 11
 CA_BUNDLE = 'roles/common/files/wildcard_ca.pem'
12 12
 
13
-
14 13
 socket.setdefaulttimeout(5)
15 14
 os.environ['REQUESTS_CA_BUNDLE'] = CA_BUNDLE
16 15
 
17
-
18 16
 class SSHTests(unittest.TestCase):
19 17
     def test_ssh_banner(self):
20 18
         """SSH is responding with its banner"""

Loading…
取消
儲存