1
0
Fork 0
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:
Frédéric Guillot 2019-10-21 19:51:22 -07:00
parent 37f93d5127
commit 70940e768c
2 changed files with 6 additions and 6 deletions

View file

@ -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)
}