Browse Source

Update integration tests

Frédéric Guillot 3 years ago
parent
commit
1ded3f8bc7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tests.go

+ 1 - 1
tests/tests.go

@@ -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 {