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