Fixed invalid testing fixture
This commit is contained in:
parent
f5552571dc
commit
3a8ae71ab5
|
@ -1,4 +1,10 @@
|
|||
[
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "fixtures_regress.article",
|
||||
"fields": {"title": "foof"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 1,
|
||||
"model": "fixtures_regress.specialarticle",
|
||||
|
|
Loading…
Reference in New Issue