Fix tests and test provider for real license format

This commit is contained in:
Joseph Schorr 2016-10-18 23:44:08 -04:00
parent 7f358cb2bd
commit 2eabf1a291
4 changed files with 436 additions and 97 deletions

View file

@ -860,7 +860,7 @@ class SuperUserLicense(ApiResource):
raise InvalidRequest('License is insufficient')
return {
'decoded': decoded_license.subscription,
'decoded': {},
'success': True
}