try and fix tests

This commit is contained in:
Miguel Jacq 2017-12-07 15:33:12 +11:00
parent dfac27fe84
commit 90807727c8
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