Skip to content

Commit 4026f9a

Browse files
committed
testing(fixtures): add simple issue provider to config
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
1 parent 32a8010 commit 4026f9a

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

testing/fixtures/config.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,5 +295,38 @@
295295
"groups": [],
296296
"catalogs": []
297297
}
298-
}
298+
},
299+
{
300+
"model": "config.plugin",
301+
"pk": 10,
302+
"fields": {
303+
"created": "2025-11-24T11:11:11:11Z",
304+
"updated": "2025-11-24T11:11:11:11Z",
305+
"uri": "http://example.com/terms/plugins/project/issue/provider/simple",
306+
"uri_prefix": "http://example.com/terms",
307+
"uri_path": "project/issue/provider/simple",
308+
"url_name": "simple",
309+
"comment": "",
310+
"locked": false,
311+
"order": 0,
312+
"title_lang1": "URL Import",
313+
"title_lang2": "",
314+
"title_lang3": "",
315+
"title_lang4": "",
316+
"title_lang5": "",
317+
"help_lang1": "",
318+
"help_lang2": "",
319+
"help_lang3": "",
320+
"help_lang4": "",
321+
"help_lang5": "",
322+
"available": true,
323+
"python_path": "plugins.project_issue_providers.providers.SimpleIssueProvider",
324+
"plugin_type": "project_issue_provider",
325+
"plugin_settings": {},
326+
"sites": [],
327+
"editors": [],
328+
"groups": [],
329+
"catalogs": []
330+
}
331+
}
299332
]

0 commit comments

Comments
 (0)