gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix type error


From: gnunet
Subject: [taler-deployment] branch master updated: fix type error
Date: Fri, 24 Jul 2020 11:13:30 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 0c8ca52  fix type error
0c8ca52 is described below

commit 0c8ca526b64180da87edeaa509f785cb82109b45
Author: MS <ms@taler.net>
AuthorDate: Fri Jul 24 11:13:27 2020 +0200

    fix type error
---
 bin/taler-config-instances | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-config-instances b/bin/taler-config-instances
index a6431bd..f1bbb84 100755
--- a/bin/taler-config-instances
+++ b/bin/taler-config-instances
@@ -167,7 +167,7 @@ tor = Instance(
 
 for instance in [blog, donations, pos, tor, taler, gnunet, survey]:
     expectResponse(
-        instance.get_http_method(
+        instance.get_http_method()(
             instance.get_config_url(),
             json=instance.get_config_data(),
             headers={"Authorization": "apikey sandbox"}

-- 
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]