Files
edx-platform/common/test/db_fixtures/edx-organizations.json
Zia Fazal 2cb2233dde initial change set. add org autocomplete
added unit tests and fixed JS tests

added bok choy tests

fixed broken botchoy tests

fixed course discovery broken test

removed monkey patch at class level

changes after feedback from matte
2015-12-11 18:39:55 +05:00

47 lines
1000 B
JSON

[
{
"pk": 99,
"model": "organizations.organization",
"fields": {
"name": "Demo org 1",
"short_name": "orgX",
"description": "Description of organization 1",
"logo": "org1_logo.png",
"active": 1
}
},
{
"pk": 100,
"model": "organizations.organization",
"fields": {
"name": "Demo org 2",
"short_name": "orgX2",
"description": "Description of organization 2",
"logo": "org2_logo.png",
"active": 1
}
},
{
"pk": 101,
"model": "organizations.organization",
"fields": {
"name": "Demo org 3",
"short_name": "orgX3",
"description": "Description of organization 3",
"logo": "org3_logo.png",
"active": 1
}
},
{
"pk": 102,
"model": "organizations.organization",
"fields": {
"name": "Demo org 4",
"short_name": "test_org",
"description": "Description of organization 4",
"logo": "org4_logo.png",
"active": 1
}
}
]