[FIX] tests: update tests error messages

Updating my node version to v16, I noticed many tests breaking, because
the way errors are formatted did change.  This commit ensures that the
test suite keeps working for all node versions.
This commit is contained in:
Géry Debongnie
2021-09-20 16:53:39 +02:00
committed by aab-odoo
parent f1abf7f2ea
commit 97564a7612
4 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2