[fix] tests

This commit is contained in:
roydfalk 2024-06-24 09:55:16 +02:00
parent d91a904e32
commit eefdd33351
2 changed files with 2 additions and 1 deletions

View file

@ -231,6 +231,7 @@
"name": "oblique", "name": "oblique",
"input": { "input": {
"conf": { "conf": {
"version": 2,
"settings": { "settings": {
"organisation": { "organisation": {
"domain": "testdomain.org" "domain": "testdomain.org"

View file

@ -201,7 +201,7 @@ describe(
nm_assert.equal(result, case_.output); nm_assert.equal(result, case_.output);
// cleanup // cleanup
_espe.conf.inject({}); _espe.conf.inject({"version": 2});
} }
); );
} }