Browse Source

Formatting

Alex Payne 9 years ago
parent
commit
cd8bee604a
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      tests.py

+ 0
- 2
tests.py View File

@@ -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…
Cancel
Save