mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 15:41:37 -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
|
||||
"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)
|
||||
|
|
Loading…
Add table
Reference in a new issue