summaryrefslogtreecommitdiff
path: root/tests/integration
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration')
-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']);