diff options
| author | Florian Dold <florian@dold.me> | 2021-05-21 12:03:09 +0200 |
|---|---|---|
| committer | Florian Dold <florian@dold.me> | 2021-05-21 12:03:09 +0200 |
| commit | 0e0d5fa3b49e2c0065617bf78db5281322f775fa (patch) | |
| tree | d91b3e509968fbe30a2e2dcf1104df15644a5668 /packages/taler-wallet-cli/src/integrationtests/test-merchant-instances-delete.ts | |
| parent | 4414f738ef37effa9a40091ca6b4f2a447edf7bb (diff) | |
fix instance creation order
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests/test-merchant-instances-delete.ts')
| -rw-r--r-- | packages/taler-wallet-cli/src/integrationtests/test-merchant-instances-delete.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances-delete.ts b/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances-delete.ts index 77e0d1bd5..09353715f 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances-delete.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances-delete.ts @@ -118,7 +118,7 @@ export async function runMerchantInstancesDeleteTest(t: GlobalTestState) { const exc = await t.assertThrowsAsync(async () => { await unauthMerchantClient.deleteInstance("myinst"); }); - console.log(exc); + console.log("Got expected exception", exc); t.assertAxiosError(exc); t.assertDeepEqual(exc.response?.status, 401); } |
