env var name

This commit is contained in:
ms 2021-07-09 16:54:10 +02:00
parent ec038c407f
commit 5881d957ca
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -87,7 +87,7 @@ export async function runPaymentDemoTest(t: GlobalTestState) {
merchant, wallet, order merchant, wallet, order
}, },
{ {
"Authorization": `Bearer ${process.env["TALER_MERCHANT_TOKEN"]}`, "Authorization": `Bearer ${process.env["TALER_ENV_FRONTENDS_APITOKEN"]}`,
}); });
await wallet.runUntilDone(); await wallet.runUntilDone();