diff options
author | ms <ms@taler.net> | 2021-07-29 09:07:35 +0200 |
---|---|---|
committer | ms <ms@taler.net> | 2021-07-29 09:07:35 +0200 |
commit | d725d8233812eca3e46c2a578e281c08ec86c7a9 (patch) | |
tree | fff28f8df0072bdab514a30c69daee573c39cb3a /packages | |
parent | 96640c574154a5b8c5e965c33d5c6a3abe8e8cbc (diff) |
remove incorrect comment
Diffstat (limited to 'packages')
-rw-r--r-- | packages/taler-wallet-cli/src/integrationtests/test-merchant-instances.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances.ts b/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances.ts index 2aaeaad74..73d4a0224 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-merchant-instances.ts @@ -65,16 +65,10 @@ export async function runMerchantInstancesTest(t: GlobalTestState) { } // Instances should initially be empty - /** - * FIXME/NOTE: this call doesn't function with the current - * auth-policy. Upon starting up the first time, the merchant - * locks ANY call UNLESS a particular env variable is defined - * and calls authenticate with it. { const r = await axios.get(new URL("private/instances", baseUrl).href); t.assertDeepEqual(r.data.instances, []); } - */ // Add an instance, no auth! await merchant.addInstance({ |