summaryrefslogtreecommitdiff
path: root/main/fixtures/arches.json
diff options
context:
space:
mode:
Diffstat (limited to 'main/fixtures/arches.json')
-rw-r--r--main/fixtures/arches.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json
new file mode 100644
index 00000000..171e84b0
--- /dev/null
+++ b/main/fixtures/arches.json
@@ -0,0 +1,23 @@
+[
+ {
+ "pk": "1",
+ "model": "main.arch",
+ "fields": {
+ "name": "any"
+ }
+ },
+ {
+ "pk": "2",
+ "model": "main.arch",
+ "fields": {
+ "name": "i686"
+ }
+ },
+ {
+ "pk": "3",
+ "model": "main.arch",
+ "fields": {
+ "name": "x86_64"
+ }
+ }
+]