*: make generic template's base parameterised

This commit is contained in:
Jens Langhammer
2020-10-18 15:19:01 +02:00
parent 152b2d863d
commit 6a53069653
6 changed files with 6 additions and 6 deletions

View File

@ -52,7 +52,7 @@ class TestProviderProxy(SeleniumTestCase):
auto_remove=True,
environment={
"PASSBOOK_HOST": self.live_server_url,
"PASSBOOK_TOKEN": outpost.token.token_uuid.hex,
"PASSBOOK_TOKEN": outpost.token.key,
},
)
return container