diff options
-rw-r--r-- | main/fixtures/repos.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/main/fixtures/repos.json b/main/fixtures/repos.json index bc474d3e..fae96f85 100644 --- a/main/fixtures/repos.json +++ b/main/fixtures/repos.json @@ -50,6 +50,16 @@ } }, { + "pk": 8, + "model": "main.repo", + "fields": { + "svn_root": "community", + "testing": true, + "name": "Multilib-Testing", + "bugs_project": 5 + } + }, + { "pk": 3, "model": "main.repo", "fields": { @@ -59,4 +69,4 @@ "bugs_project": 1 } } -] +]
\ No newline at end of file |