projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c48bb7d
)
Update a gravatar test
author
Glenn Morris
<rgm@gnu.org>
Wed, 29 Jul 2020 15:52:42 +0000
(08:52 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 29 Jul 2020 15:52:42 +0000
(08:52 -0700)
* test/lisp/image/gravatar-tests.el (gravatar-build-url):
Update for recent change in default gravatar-service.
test/lisp/image/gravatar-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/image/gravatar-tests.el
b/test/lisp/image/gravatar-tests.el
index 66098fa0116a722f5267d9f85c3fbb1b4b686764..e66b5c6803d8e87b64dd8ff03103cf98f157cf42 100644
(file)
--- a/
test/lisp/image/gravatar-tests.el
+++ b/
test/lisp/image/gravatar-tests.el
@@
-67,6
+67,6
@@
(gravatar-force-default nil)
(gravatar-size nil))
(should (equal (gravatar-build-url "foo") "\
-https://
seccdn.libravatar.org
/avatar/acbd18db4cc2f85cedef654fccc4a4d8?r=g"))))
+https://
www.gravatar.com
/avatar/acbd18db4cc2f85cedef654fccc4a4d8?r=g"))))
;;; gravatar-tests.el ends here