mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-05 09:10:26 +00:00
remove demo status
This commit is contained in:
parent
8821d338c6
commit
56e732dd94
2 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
version: "3"
|
||||
|
||||
env:
|
||||
HBOX_DEMO: "true"
|
||||
HBOX_STORAGE_SQLITE_URL: .data/homebox.db?_fk=1
|
||||
HBOX_OPTIONS_ALLOW_REGISTRATION: true
|
||||
UNSAFE_DISABLE_PASSWORD_PROJECTION: "yes_i_am_sure"
|
||||
|
|
|
@ -99,9 +99,6 @@ describe("group related statistics tests", () => {
|
|||
|
||||
const csv = toCsv(imports);
|
||||
|
||||
// write to file system for debugging
|
||||
fs.writeFileSync("test.csv", csv);
|
||||
|
||||
const setupResp = await client.items.import(new Blob([csv], { type: "text/csv" }));
|
||||
|
||||
expect(setupResp.status).toBe(204);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue