spec/fixtures/account_sis_imports.json in bearcat-1.3.13 vs spec/fixtures/account_sis_imports.json in bearcat-1.3.14
- old
+ new
@@ -1,38 +1,39 @@
-[
- {
- "created_at": "2017-03-22T03:01:18Z",
- "started_at": "2017-03-22T03:01:18Z",
- "ended_at": "2017-03-22T03:01:19Z",
- "updated_at": "2017-03-22T03:01:19Z",
- "progress": 100,
- "id": 30,
- "workflow_state": "imported",
- "data": {
- "import_type": "instructure_csv",
- "supplied_batches": [
- "course"
- ],
- "counts": {
- "accounts": 0,
- "terms": 0,
- "abstract_courses": 0,
- "courses": 1,
- "sections": 0,
- "xlists": 0,
- "users": 0,
- "user_observers": 0,
- "enrollments": 0,
- "groups": 0,
- "group_memberships": 0,
- "grade_publishing_results": 0
- }
- },
- "batch_mode": null,
- "batch_mode_term_id": null,
- "override_sis_stickiness": null,
- "add_sis_stickiness": null,
- "clear_sis_stickiness": null,
- "diffing_data_set_identifier": null,
- "diffed_against_import_id": null
+{
+ "sis_imports":
+ [{"created_at": "2017-03-22T03:01:18Z",
+ "started_at": "2017-03-22T03:01:18Z",
+ "ended_at": "2017-03-22T03:01:19Z",
+ "updated_at": "2017-03-22T03:01:19Z",
+ "progress": 100,
+ "id": 30,
+ "workflow_state": "imported",
+ "data": {
+ "import_type": "instructure_csv",
+ "supplied_batches": [
+ "course"
+ ],
+ "counts": {
+ "accounts": 0,
+ "terms": 0,
+ "abstract_courses": 0,
+ "courses": 1,
+ "sections": 0,
+ "xlists": 0,
+ "users": 0,
+ "user_observers": 0,
+ "enrollments": 0,
+ "groups": 0,
+ "group_memberships": 0,
+ "grade_publishing_results": 0
}
-]
+ },
+ "batch_mode": null,
+ "batch_mode_term_id": null,
+ "override_sis_stickiness": null,
+ "add_sis_stickiness": null,
+ "clear_sis_stickiness": null,
+ "diffing_data_set_identifier": null,
+ "diffed_against_import_id": null
+ }
+ ]
+}
\ No newline at end of file