Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't error when trying to delete md5 generated username from mysql
This was causing the tests to fail because the unbind operation returns an error, even though the broker successfully deleted the actual user that was created. Bindings created after circa 2018 all use the new SHA256 method of username generation, and it's fine if the MD5 generated username doesn't exist, which it almost never will.
- Loading branch information