[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",
"input": {
"conf": {
"version": 2,
"settings": {
"organisation": {
"domain": "testdomain.org"

View file

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