Procházet zdrojové kódy

Update integration tests

Frédéric Guillot před 3 roky
rodič
revize
1ded3f8bc7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tests/tests.go

+ 1 - 1
tests/tests.go

@@ -25,7 +25,7 @@ const (
 	testFeedURL           = "https://miniflux.app/feed.xml"
 	testFeedTitle         = "Miniflux"
 	testSubscriptionTitle = "Miniflux Releases"
-	testWebsiteURL        = "https://miniflux.app/"
+	testWebsiteURL        = "https://miniflux.app"
 )
 
 func getRandomUsername() string {