From a0794a25d0ae224bb62288d14ff17a5e8f387a51 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 16 Jun 2010 22:47:45 -0500 Subject: Update fixtures We have added some repos and some fields to these guys, so update them with what we have in production at the moment. Signed-off-by: Dan McGee --- main/fixtures/arches.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/fixtures/arches.json') diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json index 171e84b0..d1396ee2 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" -- cgit v1.2.3-2-g168b