handle base url later

This commit is contained in:
Nazar Kanaev 2021-03-19 21:56:27 +00:00
parent 3a667a3809
commit d185fb6dd7
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ func TestJSONFeed(t *testing.T) {
"url": "https://example.org/initial-post"
}
]
}`), "https://example.com")
}`))
want := &Feed{
Title: "My Example Feed",
SiteURL: "https://example.org/",