Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datasource: fix test for invalid method
Since the expected error to look for in the output is compiled to a regexp, the `[]` from the error message were interpreted as a set of characters, which made the regexp not match the expected output from the command. So to avoid this problem, we escape them so they are expected verbatim in the command output.
- Loading branch information