remove feed_url references
This commit is contained in:
parent
19967ce37c
commit
efafdbebaa
5 changed files with 0 additions and 6 deletions
|
|
@ -28,7 +28,6 @@ func TestJSONFeed(t *testing.T) {
|
|||
want := &Feed{
|
||||
Title: "My Example Feed",
|
||||
SiteURL: "https://example.org/",
|
||||
FeedURL: "https://example.org/feed.json",
|
||||
Items: []Item{
|
||||
{GUID: "2", Content: "This is a second item.", URL: "https://example.org/second-item"},
|
||||
{GUID: "1", Content: "<p>Hello, world!</p>", URL: "https://example.org/initial-post"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue