let's use gitlab rss feed in phpunit for now

This commit is contained in:
Andrew Dolgov 2025-05-29 07:48:45 +03:00
parent fc6ce314d6
commit 0a6b41a3df
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A

View File

@ -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']);