handle base url later
This commit is contained in:
parent
3a667a3809
commit
d185fb6dd7
2 changed files with 4 additions and 4 deletions
|
|
@ -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/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue