summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-29 07:54:55 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-29 07:54:55 +0300
commit6abd7fdc4c20aaa341152a99dc80022d8ddbb279 (patch)
treef3292dd7ca1553325db36d3a514135d37d10e26b /tests
parenta26d12ba3bd4b031c4eb79424b623b2630ab3f61 (diff)
parent0a6b41a3dfdb4e61e9e9e30d019ad3e8bb5068e1 (diff)
Merge branch 'weblate-integration' into 'master'
WIP: weblate-integration See merge request tt-rss/tt-rss!143
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/ApiTest.php2
1 files changed, 1 insertions, 1 deletions
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']);