diff options
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-payment-multiple.ts')
-rw-r--r-- | packages/taler-harness/src/integrationtests/test-payment-multiple.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-payment-multiple.ts b/packages/taler-harness/src/integrationtests/test-payment-multiple.ts index 8f8e1769b..8be485201 100644 --- a/packages/taler-harness/src/integrationtests/test-payment-multiple.ts +++ b/packages/taler-harness/src/integrationtests/test-payment-multiple.ts @@ -100,7 +100,6 @@ async function setupTest(t: GlobalTestState): Promise<{ const merchant = await MerchantService.create(t, { name: "testmerchant-1", - currency: "TESTKUDOS", httpPort: 8083, database: db.connStr, }); |