env var name
This commit is contained in:
parent
ec038c407f
commit
5881d957ca
@ -87,7 +87,7 @@ export async function runPaymentDemoTest(t: GlobalTestState) {
|
||||
merchant, wallet, order
|
||||
},
|
||||
{
|
||||
"Authorization": `Bearer ${process.env["TALER_MERCHANT_TOKEN"]}`,
|
||||
"Authorization": `Bearer ${process.env["TALER_ENV_FRONTENDS_APITOKEN"]}`,
|
||||
});
|
||||
|
||||
await wallet.runUntilDone();
|
||||
|
Loading…
Reference in New Issue
Block a user