1
0
Fork 0
mirror of synced 2024-06-28 02:50:50 +12:00

Some quick fixes.

This commit is contained in:
Michael Drury 2020-10-28 22:13:16 +00:00
parent 4bbe05e1dc
commit c3a4111292
4 changed files with 0 additions and 4 deletions

View file

@ -27,7 +27,6 @@ describe("/accesslevels", () => {
afterAll(done => {
server.close(done)
process.exit(0)
})
beforeEach(async () => {

View file

@ -20,7 +20,6 @@ describe("/applications", () => {
afterAll(done => {
server.close(done)
process.exit(0)
})
describe("create", () => {

View file

@ -55,7 +55,6 @@ describe("/automations", () => {
afterAll(done => {
server.close(done)
process.exit(0)
})
const createAutomation = async () => {

View file

@ -7,7 +7,6 @@ module.exports = (ctx, instanceId, version) => {
userId: "BUILDER",
accessLevelId: BUILDER_LEVEL_ID,
instanceId,
appId,
version,
}
if (env.BUDIBASE_API_KEY) {