summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/fixtures/arches.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json
index d1396ee..6334c2d 100644
--- a/main/fixtures/arches.json
+++ b/main/fixtures/arches.json
@@ -3,6 +3,7 @@
"pk": 1,
"model": "main.arch",
"fields": {
+ "agnostic": true,
"name": "any"
}
},
@@ -10,6 +11,7 @@
"pk": 2,
"model": "main.arch",
"fields": {
+ "agnostic": false,
"name": "i686"
}
},
@@ -17,6 +19,7 @@
"pk": 3,
"model": "main.arch",
"fields": {
+ "agnostic": false,
"name": "x86_64"
}
}