mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Add integration tests for feed creation
This commit is contained in:
parent
f072439b79
commit
39b03cc393
46 changed files with 860 additions and 37 deletions
|
@ -168,7 +168,6 @@ func (s *Storage) CreateFeed(feed *model.Feed) error {
|
|||
feed.EtagHeader,
|
||||
feed.LastModifiedHeader,
|
||||
).Scan(&feed.ID)
|
||||
|
||||
if err != nil {
|
||||
return fmt.Errorf("unable to create feed: %v", err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue