Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test cleanup after creating temporary admin user (#13982)
This fixes a test failure due to recent bugfix to prevent deletion of immutable users. The test in question manually edits the account.bsdusers table to allow testing logic related to case when root account is disabled, but then uses user.delete to remove the temporary admin account. The fix is to use datastore plugin to directly delete the new admin user.
- Loading branch information