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 e97bee96fe
commit e8a4d513b4
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': ''
}