summaryrefslogtreecommitdiff
path: root/service/test/unit/bitmask_libraries/test_smtp_cert_downloader.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/unit/bitmask_libraries/test_smtp_cert_downloader.py')
-rw-r--r--service/test/unit/bitmask_libraries/test_smtp_cert_downloader.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/test/unit/bitmask_libraries/test_smtp_cert_downloader.py b/service/test/unit/bitmask_libraries/test_smtp_cert_downloader.py
index cfc9353d..2a4afa40 100644
--- a/service/test/unit/bitmask_libraries/test_smtp_cert_downloader.py
+++ b/service/test/unit/bitmask_libraries/test_smtp_cert_downloader.py
@@ -57,7 +57,6 @@ class TestSmtpCertDownloader(unittest.TestCase):
self._provider.server_name = 'some.host.tld'
self._auth.username = USERNAME
- self._auth.session_id = 'some session id'
self._auth.token = 'some token'
def tearDown(self):