mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:45:15 +00:00
test: new role selector
This commit is contained in:
@@ -384,7 +384,7 @@ const setup = async ({
|
||||
email: `user@nocodb.com`,
|
||||
password: getDefaultPwd(),
|
||||
});
|
||||
await axios.post(`http://localhost:8080/api/v1/license`, { key: '' }, { headers: { 'xc-auth': admin.data.token } });
|
||||
if (!isEE()) await axios.post(`http://localhost:8080/api/v1/license`, { key: '' }, { headers: { 'xc-auth': admin.data.token } });
|
||||
} catch (e) {
|
||||
// ignore error: some roles will not have permission for license reset
|
||||
// console.error(`Error resetting project: ${process.env.TEST_PARALLEL_INDEX}`, e);
|
||||
|
||||
Reference in New Issue
Block a user