tests: cpan: Fix mock urls.

Followup to 7a62263ee5.

* tests/cpan.scm (cpan->guix-package): Use "https" in mock urls.
master
Eric Bavier 2016-08-31 09:56:00 -05:00
parent 7b44cae50a
commit 83ab1a812f
No known key found for this signature in database
GPG Key ID: 1EBBD204781F962C
1 changed files with 2 additions and 2 deletions

View File

@ -66,9 +66,9 @@
(lambda ()
(display
(match url
("http://api.metacpan.org/release/Foo-Bar"
("https://api.metacpan.org/release/Foo-Bar"
test-json)
("http://api.metacpan.org/module/Test::Script"
("https://api.metacpan.org/module/Test::Script"
"{ \"distribution\" : \"Test-Script\" }")
("http://example.com/Foo-Bar-0.1.tar.gz"
test-source)