Sfoglia il codice sorgente

add missing matchers test file

tags/v0.4.2
Jonathan Cobb 4 anni fa
parent
commit
5c7d8656f0
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  1. +13
    -0
      bubble-server/src/test/resources/models/apps/user_block/hn_test/bubbleApp_userBlock_hn_matchers.json

+ 13
- 0
bubble-server/src/test/resources/models/apps/user_block/hn_test/bubbleApp_userBlock_hn_matchers.json Vedi File

@@ -0,0 +1,13 @@
[{
"name": "UserBlocker",
"children": {
"AppMatcher": [{
"name": "HNCommentMatcher",
"site": "HackerNews",
"template": true,
"fqdn": "news.ycombinator.com",
"urlRegex": "/item\\?id=\\d+",
"rule": "hn_user_blocker"
}]
}
}]

Caricamento…
Annulla
Salva