summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_custom_urls/fixtures/actions.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regressiontests/admin_custom_urls/fixtures/actions.json')
-rw-r--r--tests/regressiontests/admin_custom_urls/fixtures/actions.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/regressiontests/admin_custom_urls/fixtures/actions.json b/tests/regressiontests/admin_custom_urls/fixtures/actions.json
index d803393a12..a63cf8135c 100644
--- a/tests/regressiontests/admin_custom_urls/fixtures/actions.json
+++ b/tests/regressiontests/admin_custom_urls/fixtures/actions.json
@@ -40,5 +40,12 @@
"fields": {
"description": "An action with a name suspected of being a XSS attempt"
}
+ },
+ {
+ "pk": "The name of an action",
+ "model": "admin_custom_urls.action",
+ "fields": {
+ "description": "A generic action"
+ }
}
-] \ No newline at end of file
+]