mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Fix integration tests
This commit is contained in:
parent
37f93d5127
commit
70940e768c
2 changed files with 6 additions and 6 deletions
|
@ -100,7 +100,7 @@ func TestSearchEntries(t *testing.T) {
|
|||
t.Fatal(err)
|
||||
}
|
||||
|
||||
feedID, err := client.CreateFeed("https://github.com/miniflux/miniflux/releases.atom", categories[0].ID)
|
||||
feedID, err := client.CreateFeed("https://miniflux.app/feed.xml", categories[0].ID)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue