forked from AkkomaGang/akkoma
testsuite: update fixture URIs that were http
This commit is contained in:
parent
1abf0f3b3e
commit
1620ec502c
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ defmodule HTTPoisonMock do
|
||||||
def get(url, body \\ [], headers \\ [])
|
def get(url, body \\ [], headers \\ [])
|
||||||
|
|
||||||
def get(
|
def get(
|
||||||
"http://gerzilla.de/.well-known/webfinger?resource=acct:kaniini@gerzilla.de",
|
"https://gerzilla.de/.well-known/webfinger?resource=acct:kaniini@gerzilla.de",
|
||||||
[Accept: "application/xrd+xml,application/jrd+json"],
|
[Accept: "application/xrd+xml,application/jrd+json"],
|
||||||
follow_redirect: true
|
follow_redirect: true
|
||||||
) do
|
) do
|
||||||
|
@ -16,7 +16,7 @@ def get(
|
||||||
end
|
end
|
||||||
|
|
||||||
def get(
|
def get(
|
||||||
"http://framatube.org/.well-known/webfinger?resource=acct:framasoft@framatube.org",
|
"https://framatube.org/.well-known/webfinger?resource=acct:framasoft@framatube.org",
|
||||||
[Accept: "application/xrd+xml,application/jrd+json"],
|
[Accept: "application/xrd+xml,application/jrd+json"],
|
||||||
follow_redirect: true
|
follow_redirect: true
|
||||||
) do
|
) do
|
||||||
|
@ -28,7 +28,7 @@ def get(
|
||||||
end
|
end
|
||||||
|
|
||||||
def get(
|
def get(
|
||||||
"http://gnusocial.de/.well-known/webfinger?resource=acct:winterdienst@gnusocial.de",
|
"https://gnusocial.de/.well-known/webfinger?resource=acct:winterdienst@gnusocial.de",
|
||||||
[Accept: "application/xrd+xml,application/jrd+json"],
|
[Accept: "application/xrd+xml,application/jrd+json"],
|
||||||
follow_redirect: true
|
follow_redirect: true
|
||||||
) do
|
) do
|
||||||
|
|
Loading…
Reference in a new issue