try and fix tests

This commit is contained in:
Miguel Jacq 2017-12-07 15:33:12 +11:00
parent d69e93a5ba
commit 796a4b3b5d
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
3 changed files with 6 additions and 3 deletions

View file

@ -27,6 +27,7 @@ from onionshare import OnionShare
class MyOnion:
def __init__(self, stealth=False):
self.auth_string = 'TestHidServAuth'
self.private_key = ''
self.stealth = stealth
@staticmethod