From 797ce5e0e6b9d2e425b26b5d717a05305507f9d0 Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Sat, 24 Aug 2019 17:19:16 -0500 Subject: [PATCH] jupyter-api-delete-cookies: Fix cookie expiration in test --- test/jupyter-server-test.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/jupyter-server-test.el b/test/jupyter-server-test.el index 2a500fc..52ff6b9 100644 --- a/test/jupyter-server-test.el +++ b/test/jupyter-server-test.el @@ -145,13 +145,13 @@ [url-cookie "username-localhost-8888" "foo" - "Fri, 16 Aug 2019 06:02:50 GMT" + "Fri, 16 Aug 9999 06:02:50 GMT" "/" "localhost:8888" nil]) ("localhost" [url-cookie "username-localhost-8888" "foo" - "Fri, 16 Aug 2019 06:02:50 GMT" + "Fri, 16 Aug 9999 06:02:50 GMT" "/" "localhost" nil]))) (cookies-written nil) ((symbol-function #'url-cookie-write-file)