Save the slug when using a persistent private key

This commit is contained in:
Miguel Jacq 2018-01-15 10:01:34 +11:00
parent 448f6af796
commit 3e7d4c64ff
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
7 changed files with 34 additions and 10 deletions

View file

@ -60,6 +60,7 @@ class TestSettings:
'autoupdate_timestamp': None,
'save_private_key': False,
'private_key': '',
'slug': '',
'hidservauth_string': ''
}