mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-05 13:47:25 +02:00
let's use gitlab rss feed in phpunit for now
This commit is contained in:
parent
fc6ce314d6
commit
0a6b41a3df
@ -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']);
|
||||
|
Loading…
Reference in New Issue
Block a user