test: fix provision test

This commit is contained in:
Girish Ramakrishnan
2025-06-06 15:48:21 +02:00
parent 1fa8395847
commit 0f3eb42332
3 changed files with 20 additions and 5 deletions
-2
View File
@@ -86,8 +86,6 @@ async function getApiServerOrigin() {
async function setApiServerOrigin(origin) {
assert.strictEqual(typeof origin, 'string');
console.log('API SERVER', origin)
await settings.set(settings.API_SERVER_ORIGIN_KEY, origin);
}