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