From 0a6b41a3dfdb4e61e9e9e30d019ad3e8bb5068e1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 29 May 2025 07:48:45 +0300 Subject: let's use gitlab rss feed in phpunit for now --- tests/integration/ApiTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/ApiTest.php b/tests/integration/ApiTest.php index 6fc208e65..d7b605b6e 100644 --- a/tests/integration/ApiTest.php +++ b/tests/integration/ApiTest.php @@ -73,7 +73,7 @@ final class ApiTest extends TestCase { } public function test_subscribeToFeed() : void { - $resp = $this->api(["op" => "subscribeToFeed", "feed_url" => "https://tt-rss.org/feeds/tt-rss.xml"]); + $resp = $this->api(["op" => "subscribeToFeed", "feed_url" => "https://gitlab.tt-rss.org/tt-rss/tt-rss.atom"]); $this->common_assertions($resp); $this->assertArrayHasKey("feed_id", $resp['content']['status']); -- cgit v1.2.3-54-g00ecf