[X2Go-Commits] [x2gobroker] 08/17: x2gobroker/tests/test_web_uccs_zeroconf.py: Add missing / undefined variable.

git-admin at x2go.org git-admin at x2go.org
Fri Dec 14 09:56:11 CET 2018


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

x2go pushed a commit to branch master
in repository x2gobroker.

commit 997a97e3c40b83bd3a28a2afb17c3d4fd94d4b35
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Sep 14 15:38:26 2018 +0200

    x2gobroker/tests/test_web_uccs_zeroconf.py: Add missing / undefined variable.
---
 x2gobroker/tests/test_web_uccs_zeroconf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x2gobroker/tests/test_web_uccs_zeroconf.py b/x2gobroker/tests/test_web_uccs_zeroconf.py
index 59200e1..1e47bb6 100644
--- a/x2gobroker/tests/test_web_uccs_zeroconf.py
+++ b/x2gobroker/tests/test_web_uccs_zeroconf.py
@@ -119,6 +119,7 @@ desktop-shell = kdE
         tf.seek(0)
         x2gobroker.defaults.X2GOBROKER_CONFIG = tf.name
         testApp = TestApp(application)
+        headers = {}
 
         r = testApp.get('/uccs/zeroconf/api/4', headers=headers, expect_errors=True)
         assert_equal(r.status, 200)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list