Skip to content

Commit 2311d9e

Browse files
committed
[tests] Add config.json file for test plugins
1 parent ad2bf54 commit 2311d9e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tests/plugins/meshroom/config.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"key": "CONFIG_PATH",
4+
"type": "path",
5+
"value": "sharedTemplate.mg"
6+
},
7+
{
8+
"key": "ERRONEOUS_CONFIG_PATH",
9+
"type": "path",
10+
"value": "erroneous_path"
11+
},
12+
{
13+
"key": "CONFIG_STRING",
14+
"type": "string",
15+
"value": "configFile"
16+
}
17+
]

0 commit comments

Comments
 (0)