mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 23:41:38 -05:00
jupyter-api-delete-cookies: Fix cookie expiration in test
This commit is contained in:
parent
81b034dad9
commit
797ce5e0e6
1 changed files with 2 additions and 2 deletions
|
@ -145,13 +145,13 @@
|
||||||
[url-cookie
|
[url-cookie
|
||||||
"username-localhost-8888"
|
"username-localhost-8888"
|
||||||
"foo"
|
"foo"
|
||||||
"Fri, 16 Aug 2019 06:02:50 GMT"
|
"Fri, 16 Aug 9999 06:02:50 GMT"
|
||||||
"/" "localhost:8888" nil])
|
"/" "localhost:8888" nil])
|
||||||
("localhost"
|
("localhost"
|
||||||
[url-cookie
|
[url-cookie
|
||||||
"username-localhost-8888"
|
"username-localhost-8888"
|
||||||
"foo"
|
"foo"
|
||||||
"Fri, 16 Aug 2019 06:02:50 GMT"
|
"Fri, 16 Aug 9999 06:02:50 GMT"
|
||||||
"/" "localhost" nil])))
|
"/" "localhost" nil])))
|
||||||
(cookies-written nil)
|
(cookies-written nil)
|
||||||
((symbol-function #'url-cookie-write-file)
|
((symbol-function #'url-cookie-write-file)
|
||||||
|
|
Loading…
Add table
Reference in a new issue