Some quick fixes.
This commit is contained in:
parent
ccc8f3c13e
commit
f621cb0853
|
@ -27,7 +27,6 @@ describe("/accesslevels", () => {
|
|||
|
||||
afterAll(done => {
|
||||
server.close(done)
|
||||
process.exit(0)
|
||||
})
|
||||
|
||||
beforeEach(async () => {
|
||||
|
|
|
@ -20,7 +20,6 @@ describe("/applications", () => {
|
|||
|
||||
afterAll(done => {
|
||||
server.close(done)
|
||||
process.exit(0)
|
||||
})
|
||||
|
||||
describe("create", () => {
|
||||
|
|
|
@ -55,7 +55,6 @@ describe("/automations", () => {
|
|||
|
||||
afterAll(done => {
|
||||
server.close(done)
|
||||
process.exit(0)
|
||||
})
|
||||
|
||||
const createAutomation = async () => {
|
||||
|
|
|
@ -7,7 +7,6 @@ module.exports = (ctx, instanceId, version) => {
|
|||
userId: "BUILDER",
|
||||
accessLevelId: BUILDER_LEVEL_ID,
|
||||
instanceId,
|
||||
appId,
|
||||
version,
|
||||
}
|
||||
if (env.BUDIBASE_API_KEY) {
|
||||
|
|
Loading…
Reference in New Issue