gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant-backoffice] branch master updated: bank: test registrati


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated: bank: test registration
Date: Wed, 15 Dec 2021 15:30:22 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository merchant-backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new e8bbe2b  bank: test registration
e8bbe2b is described below

commit e8bbe2b18187aacb1873d7a336140b1645ec6091
Author: ms <ms@taler.net>
AuthorDate: Wed Dec 15 15:30:18 2021 +0100

    bank: test registration
---
 packages/bank/tests/__tests__/homepage.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/packages/bank/tests/__tests__/homepage.js 
b/packages/bank/tests/__tests__/homepage.js
index d03dbb0..d78bd67 100644
--- a/packages/bank/tests/__tests__/homepage.js
+++ b/packages/bank/tests/__tests__/homepage.js
@@ -65,5 +65,9 @@ describe("home page", () => {
     }))
     fireEvent.click(submitButton);
     await screen.findByText("balance is EUR:10", {exact: false})
+    expect(fetch).toHaveBeenLastCalledWith(
+      "http://localhost/accounts/foo";,
+      expect.anything() // no need to match auth headers.
+    )
   })
 })

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]