diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-29 07:48:45 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-29 07:48:45 +0300 |
| commit | 0a6b41a3dfdb4e61e9e9e30d019ad3e8bb5068e1 (patch) | |
| tree | f3292dd7ca1553325db36d3a514135d37d10e26b /tests/integration/ApiTest.php | |
| parent | fc6ce314d66d44510c24c070cb08b7c7e309e1d2 (diff) | |
let's use gitlab rss feed in phpunit for now
Diffstat (limited to 'tests/integration/ApiTest.php')
| -rw-r--r-- | tests/integration/ApiTest.php | 2 |
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']); |