Skip to content

Commit

Permalink
Updated some API test data for more efficient LMS syncing.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Dec 27, 2023
1 parent 3ad8fe2 commit 2e19f80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/api/data/test_user_add_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"skip-users": [],
"unchanged-users": [],
"errors": [],
"LMSSyncCount": 6
"LMSSyncCount": 1
}
}
2 changes: 1 addition & 1 deletion tests/api/data/test_user_add_defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
"skip-users": [],
"unchanged-users": [],
"errors": [],
"LMSSyncCount": 10
"LMSSyncCount": 5
}
}
2 changes: 1 addition & 1 deletion tests/api/data/test_user_add_mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
"message": "Cannot modify a user with a higher role (owner) than your role (admin)."
}
],
"LMSSyncCount": 5
"LMSSyncCount": 4
}
}

0 comments on commit 2e19f80

Please sign in to comment.