refs #5638 fix: cambiado nombre de variable
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
a9f71ccbc1
commit
b66362d313
|
@ -30,8 +30,8 @@ describe('ticket editableStates()', () => {
|
||||||
try {
|
try {
|
||||||
const options = {transaction: tx};
|
const options = {transaction: tx};
|
||||||
|
|
||||||
const productionRole = 18;
|
const salesPerson = 18;
|
||||||
const ctx = {req: {accessToken: {userId: productionRole}}};
|
const ctx = {req: {accessToken: {userId: salesPerson}}};
|
||||||
|
|
||||||
const editableStates = await models.State.editableStates(ctx, filter, options);
|
const editableStates = await models.State.editableStates(ctx, filter, options);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue