fix(core): Prevent re-parsing of dynamically loaded options (#9503)

This commit is contained in:
Iván Ovejero
2024-05-24 11:00:15 +02:00
committed by GitHub
parent 24e8ac00c6
commit a58be175cc
4 changed files with 40 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ describe('DynamicNodeParametersController', () => {
.post('/dynamic-node-parameters/options')
.send({
...commonRequestParams,
loadOptions: 'loadOptions',
loadOptions: {},
})
.expect(200);
});