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