Liu Song’s Projects


~/Projects/miniflux

git clone https://code.lsong.org/miniflux

Commit

Commit
1ded3f8bc7f9c7f2e5117a1e4f98097c2a1b234e
Author
Frédéric Guillot <[email protected]>
Date
2022-11-12 20:59:06 -0800 -0800
Diffstat
 tests/tests.go | 2 +-

Update integration tests


diff --git a/tests/tests.go b/tests/tests.go
index d2d470107524fa17e4756343e86708252c4fb304..27e7885d052354174895cdf6fb38634d781a8b5b 100644
--- a/tests/tests.go
+++ b/tests/tests.go
@@ -25,7 +25,7 @@ 	testStandardPassword  = "secret"
 	testFeedURL           = "https://miniflux.app/feed.xml"
 	testFeedTitle         = "Miniflux"
 	testSubscriptionTitle = "Miniflux Releases"
-	testWebsiteURL        = "https://miniflux.app/"
+	testWebsiteURL        = "https://miniflux.app"
 )
 
 func getRandomUsername() string {