Skip to content
Snippets Groups Projects
Commit fffd674c authored by ynerant's avatar ynerant
Browse files

Fix initial fixture hardcode

parent 83b1ad47
No related branches found
No related tags found
1 merge request!56Corrections
Pipeline #7892 passed with warnings with stages
in 4 minutes
......@@ -3,7 +3,7 @@
"model": "note.note",
"pk": 1,
"fields": {
"polymorphic_ctype": 39,
"polymorphic_ctype": 37,
"balance": 0,
"is_active": true,
"display_image": "",
......@@ -14,7 +14,7 @@
"model": "note.note",
"pk": 2,
"fields": {
"polymorphic_ctype": 39,
"polymorphic_ctype": 37,
"balance": 0,
"is_active": true,
"display_image": "",
......@@ -25,7 +25,7 @@
"model": "note.note",
"pk": 3,
"fields": {
"polymorphic_ctype": 39,
"polymorphic_ctype": 37,
"balance": 0,
"is_active": true,
"display_image": "",
......@@ -36,7 +36,7 @@
"model": "note.note",
"pk": 4,
"fields": {
"polymorphic_ctype": 39,
"polymorphic_ctype": 37,
"balance": 0,
"is_active": true,
"display_image": "",
......@@ -47,7 +47,7 @@
"model": "note.note",
"pk": 5,
"fields": {
"polymorphic_ctype": 38,
"polymorphic_ctype": 36,
"balance": 0,
"is_active": true,
"display_image": "",
......@@ -58,7 +58,7 @@
"model": "note.note",
"pk": 6,
"fields": {
"polymorphic_ctype": 38,
"polymorphic_ctype": 36,
"balance": 0,
"is_active": true,
"display_image": "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment