Remove current API keys
This commit is contained in:
parent
ca489b531f
commit
2c20f242b4
|
@ -1,10 +1,10 @@
|
||||||
const env = require("../src/environment")
|
//const env = require("../src/environment")
|
||||||
|
|
||||||
env._set("BUDIBASE_SERVER_URL", "http://localhost:4100")
|
//env._set("BUDIBASE_SERVER_URL", "http://localhost:4100")
|
||||||
env._set(
|
//env._set(
|
||||||
"BUDIBASE_PUBLIC_API_KEY",
|
// "BUDIBASE_PUBLIC_API_KEY",
|
||||||
"a65722f06bee5caeadc5d7ca2f543a43-d610e627344210c643bb726f"
|
// "a65722f06bee5caeadc5d7ca2f543a43-d610e627344210c643bb726f"
|
||||||
)
|
//)
|
||||||
|
|
||||||
// mock all dates to 2020-01-01T00:00:00.000Z
|
// mock all dates to 2020-01-01T00:00:00.000Z
|
||||||
// use tk.reset() to use real dates in individual tests
|
// use tk.reset() to use real dates in individual tests
|
||||||
|
|
Loading…
Reference in New Issue