Skip to content

Commit

Permalink
v0.3 Travis fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Honzin committed Jul 19, 2020
1 parent a9834e3 commit b062a06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/net_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"collectors": [
{
"type": "plugin.re",
"directories": ["./test_plugins"],
"directories": ["./tests/test_plugins"],
"templates": [".+.py$"]
},
{
"type": "pf.json",
"directories": ["./test_plugins", "test_pfs"],
"directories": ["./tests/test_plugins", "./tests/test_pfs"],
"templates": [".+.pf.json"]
}
],
"layers": [
[
"test_content@TextFileReader/path=file_1.txt"
"test_content@TextFileReader/path=./tests/file_1.txt"
],
[
"BBB_in_content@ReInString/str_key=test_content;re=BBB",
Expand Down

0 comments on commit b062a06

Please sign in to comment.