aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/entry_test.go
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2019-10-21 19:51:22 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2019-10-21 19:56:48 -0700
commit70940e768c3f7d3c8772040d516f5e63a6cbdef5 (patch)
tree9aca23a7cdc3d57a500723d8510fdd8f3cf600c7 /tests/entry_test.go
parent37f93d5127eb31fb0566f1a95b6016980cf2b99b (diff)
Fix integration tests
Diffstat (limited to 'tests/entry_test.go')
-rw-r--r--tests/entry_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/entry_test.go b/tests/entry_test.go
index 369f546..ba22bb9 100644
--- a/tests/entry_test.go
+++ b/tests/entry_test.go
@@ -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)
}