Skip to content

Commit 12788cc

Browse files
committed
test(nextcloud): Fix news fixture not allowing varying hosts
Signed-off-by: provokateurin <kate@provokateurin.de>
1 parent 436497c commit 12788cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/nextcloud/test/fixtures/news/items/mark_multiple_articles_as_read_and_unread.regexp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
POST http://localhost/index\.php/apps/news/api/v1-3/feeds\?url=http%3A%2F%2Flocalhost%2Fstatic%2Fwikipedia\.xml
1+
POST http://localhost/index\.php/apps/news/api/v1-3/feeds\?url=http%3A%2F%2F.*%2Fstatic%2Fwikipedia\.xml
22
accept: application/json
33
authorization: Basic mock
44
GET http://localhost/index\.php/apps/news/api/v1-3/items\?type=6&id=0&getRead=1&batchSize=-1&offset=0&oldestFirst=0

packages/nextcloud/test/fixtures/news/items/star_and_unstar_multiple_articles.regexp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
POST http://localhost/index\.php/apps/news/api/v1-3/feeds\?url=http%3A%2F%2Flocalhost%2Fstatic%2Fwikipedia\.xml
1+
POST http://localhost/index\.php/apps/news/api/v1-3/feeds\?url=http%3A%2F%2F.*%2Fstatic%2Fwikipedia\.xml
22
accept: application/json
33
authorization: Basic mock
44
GET http://localhost/index\.php/apps/news/api/v1-3/items\?type=3&id=0&getRead=1&batchSize=-1&offset=0&oldestFirst=0

0 commit comments

Comments
 (0)