[saml] change format initial data fixture from YAML to JSON

This commit is contained in:
Benjamin Dauvergne 2011-09-09 14:43:09 +02:00
parent 6fc3bea517
commit 6057e8105a
2 changed files with 12 additions and 6 deletions

View File

@ -0,0 +1,12 @@
[
{
"pk": 1, "model": "saml.libertyproviderpolicy", "fields":{
"name": "Default", "authn_request_signature_check_hint":0}
}
,
{
"pk": 2, "model": "saml.libertyproviderpolicy", "fields":{
"name": "Shibboleth SP", "authn_request_signature_check_hint":2}
}
]

View File

@ -1,6 +0,0 @@
- model: saml.libertyproviderpolicy
pk: 1
fields: {authn_request_signature_check_hint: 0, name: Default}
- fields: {authn_request_signature_check_hint: 2, name: Shibboleth SP}
model: saml.libertyproviderpolicy
pk: 2