From 1ded3f8bc7f9c7f2e5117a1e4f98097c2a1b234e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sat, 12 Nov 2022 20:59:06 -0800 Subject: [PATCH] Update integration tests --- tests/tests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.go b/tests/tests.go index d2d47010..27e7885d 100644 --- a/tests/tests.go +++ b/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 {