Sfoglia il codice sorgente

Update integration tests

Frédéric Guillot 3 anni fa
parent
commit
1ded3f8bc7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {