Remove reference to depreciated x-user-agent header.

Addresses #1073

I too enjoy breaking changes with no warning.
This commit is contained in:
Adarnof
2018-05-23 22:58:41 -04:00
parent 46e15f7fa1
commit 099c2c0a21
8 changed files with 37 additions and 5 deletions

View File

@@ -13,6 +13,11 @@ from allianceauth.eveonline.models import EveCharacter, EveCorporationInfo
from .models import CorpStats
SWAGGER_SPEC_PATH = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'swagger.json')
"""
Swagger spec operations:
get_characters_character_id
"""
def access_corpstats_test(user):