[CHANGE] Update test

This commit is contained in:
Peter Pfeufer 2025-02-19 10:18:35 +01:00
parent 2de57b334b
commit 3acb651650
No known key found for this signature in database

View File

@ -723,5 +723,5 @@ class TestEveSwaggerProvider(TestCase):
my_client = my_provider.client
operation = my_client.Universe.get_universe_factions()
self.assertEqual(
operation.future.request.headers['User-Agent'], 'allianceauth v1.0.0'
operation.future.request.headers['User-Agent'], 'allianceauth v1.0.0 mail@dummy.net'
)