summaryrefslogtreecommitdiffstats
path: root/main/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'main/fixtures')
-rw-r--r--main/fixtures/mirrorprotocols.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/main/fixtures/mirrorprotocols.json b/main/fixtures/mirrorprotocols.json
deleted file mode 100644
index 9e8932a..0000000
--- a/main/fixtures/mirrorprotocols.json
+++ /dev/null
@@ -1,23 +0,0 @@
-[
- {
- "pk": 2,
- "model": "main.mirrorprotocol",
- "fields": {
- "protocol": "ftp"
- }
- },
- {
- "pk": 1,
- "model": "main.mirrorprotocol",
- "fields": {
- "protocol": "http"
- }
- },
- {
- "pk": 3,
- "model": "main.mirrorprotocol",
- "fields": {
- "protocol": "rsync"
- }
- }
-]