chore(feature-flags): Remove OrderEditing feature flag (#3006)
This commit is contained in:
committed by
GitHub
parent
d2c692aa96
commit
9e3beaf531
@@ -18,7 +18,7 @@ const adminHeaders = {
|
||||
},
|
||||
}
|
||||
|
||||
describe("[MEDUSA_FF_ORDER_EDITING] /admin/payment-collections", () => {
|
||||
describe("/admin/payment-collections", () => {
|
||||
let medusaProcess
|
||||
let dbConnection
|
||||
|
||||
@@ -27,7 +27,6 @@ describe("[MEDUSA_FF_ORDER_EDITING] /admin/payment-collections", () => {
|
||||
const cwd = path.resolve(path.join(__dirname, "..", ".."))
|
||||
const [process, connection] = await startServerWithEnvironment({
|
||||
cwd,
|
||||
env: { MEDUSA_FF_ORDER_EDITING: true },
|
||||
})
|
||||
dbConnection = connection
|
||||
medusaProcess = process
|
||||
|
||||
Reference in New Issue
Block a user