aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/tests.go
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2019-11-17 22:53:11 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2019-11-17 23:05:22 -0800
commite878dca3d74e1b8644d56e4f717b0a8e0362e888 (patch)
tree3a352dcc9a19244d7ff683f80a725cd28b21a471 /tests/tests.go
parentfad9ad2be4fc800f8710e2a498cc8f536af8827c (diff)
Add API parameter to filter entries by category
Diffstat (limited to 'tests/tests.go')
-rw-r--r--tests/tests.go15
1 files changed, 8 insertions, 7 deletions
diff --git a/tests/tests.go b/tests/tests.go
index 8183327..afc5ef0 100644
--- a/tests/tests.go
+++ b/tests/tests.go
@@ -15,13 +15,14 @@ import (
)
const (
- testBaseURL = "http://127.0.0.1:8080/"
- testAdminUsername = "admin"
- testAdminPassword = "test123"
- testStandardPassword = "secret"
- testFeedURL = "https://github.com/miniflux/miniflux/commits/master.atom"
- testFeedTitle = "Recent Commits to miniflux:master"
- testWebsiteURL = "https://github.com/miniflux/miniflux/commits/master"
+ testBaseURL = "http://127.0.0.1:8080/"
+ testAdminUsername = "admin"
+ testAdminPassword = "test123"
+ testStandardPassword = "secret"
+ testFeedURL = "https://miniflux.app/feed.xml"
+ testFeedTitle = "Miniflux"
+ testSubscriptionTitle = "Miniflux Releases"
+ testWebsiteURL = "https://miniflux.app/"
)
func getRandomUsername() string {