mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:37:33 +00:00
fix: update error on unsuppported plans
This commit is contained in:
@@ -348,8 +348,7 @@ export default function () {
|
||||
// Validation
|
||||
const error = listScripts.body;
|
||||
expect(error).to.be.an('object');
|
||||
expect(error).to.have.property('error', 'ERR_FORBIDDEN');
|
||||
expect(error).to.have.property('message').that.includes('not sufficient');
|
||||
expect(error).to.have.property('error', 'ERR_FEATURE_NOT_SUPPORTED');
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user