Update integration tests
This commit is contained in:
parent
3d64162f06
commit
1ded3f8bc7
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const (
|
||||||
testFeedURL = "https://miniflux.app/feed.xml"
|
testFeedURL = "https://miniflux.app/feed.xml"
|
||||||
testFeedTitle = "Miniflux"
|
testFeedTitle = "Miniflux"
|
||||||
testSubscriptionTitle = "Miniflux Releases"
|
testSubscriptionTitle = "Miniflux Releases"
|
||||||
testWebsiteURL = "https://miniflux.app/"
|
testWebsiteURL = "https://miniflux.app"
|
||||||
)
|
)
|
||||||
|
|
||||||
func getRandomUsername() string {
|
func getRandomUsername() string {
|
||||||
|
|
Loading…
Reference in a new issue