Skip to content

Commit 57a662e

Browse files
committed
update: remove assertion on creating new apps
- Same appId can be re-used and will not create new apps
1 parent 843336c commit 57a662e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/server/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ module.exports.createCoreApplication = async function ({ appId, coreConfig } = {
5050

5151
const respBody = await createAppResp.json();
5252
assert.strictEqual(respBody.status, "OK");
53-
assert.strictEqual(respBody.createdNew, true);
5453

5554
return `${coreUrl}/appid-${appId}`;
5655
};

0 commit comments

Comments
 (0)