aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/entry_test.go
diff options
context:
space:
mode:
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)
}