summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macaroonbakery/_utils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/macaroonbakery/_utils/__init__.py b/macaroonbakery/_utils/__init__.py
index 977cdbe..d1afe31 100644
--- a/macaroonbakery/_utils/__init__.py
+++ b/macaroonbakery/_utils/__init__.py
@@ -160,7 +160,7 @@ def cookie(
discard=False,
comment=None,
comment_url=None,
- rest=None,
+ rest={},
rfc2109=False,
)