summaryrefslogtreecommitdiff
path: root/debian/patches/isolate-from-proxy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/isolate-from-proxy.patch')
-rw-r--r--debian/patches/isolate-from-proxy.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/patches/isolate-from-proxy.patch b/debian/patches/isolate-from-proxy.patch
index 3a4c18c..40803e2 100644
--- a/debian/patches/isolate-from-proxy.patch
+++ b/debian/patches/isolate-from-proxy.patch
@@ -1,4 +1,3 @@
-From 920e53a9172a6a76d6f1abcef56be2edf4301596 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@debian.org>
Date: Mon, 6 Nov 2017 10:27:10 +0000
Subject: Isolate client tests from any HTTP proxy
@@ -41,7 +40,7 @@ index a6c3e58..72a6928 100644
def assert_cookie_security(self, cookies, name, secure):
for cookie in cookies:
diff --git a/macaroonbakery/tests/test_client.py b/macaroonbakery/tests/test_client.py
-index bfc7807..baafeed 100644
+index 4061a8a..aa1f268 100644
--- a/macaroonbakery/tests/test_client.py
+++ b/macaroonbakery/tests/test_client.py
@@ -3,6 +3,7 @@