Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check message instead of toString for DS_Store test
The plugin service special cases .DS_Store on MacOS, to not think it is a plugin. The tests for this behavior also check an appropriate error occurs on non macos systems. On Linux, the test checks the exception message, but uses toString(), which uses a localized version of the exception message. This commit changes the test to instead check the exception message directly, so as not to depend on the locale. closes elastic#41689
- Loading branch information