summaryrefslogtreecommitdiffstats
path: root/main/fixtures/arches.json
diff options
context:
space:
mode:
Diffstat (limited to 'main/fixtures/arches.json')
-rw-r--r--main/fixtures/arches.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json
index 171e84b..d1396ee 100644
--- a/main/fixtures/arches.json
+++ b/main/fixtures/arches.json
@@ -1,20 +1,20 @@
[
{
- "pk": "1",
+ "pk": 1,
"model": "main.arch",
"fields": {
"name": "any"
}
},
{
- "pk": "2",
+ "pk": 2,
"model": "main.arch",
"fields": {
"name": "i686"
}
},
{
- "pk": "3",
+ "pk": 3,
"model": "main.arch",
"fields": {
"name": "x86_64"