NEO-139: fix Bruno operator-chain helper require path.
Use ./scripts/ from collection root so developer sandbox allows the import.pull/179/head
parent
0dfc17486e
commit
329028429d
|
|
@ -11,7 +11,7 @@ docs {
|
||||||
}
|
}
|
||||||
|
|
||||||
script:pre-request {
|
script:pre-request {
|
||||||
const { completeOperatorChainQuestFlow } = require("../scripts/operator-chain-quest-flow-helper");
|
const { completeOperatorChainQuestFlow } = require("./scripts/operator-chain-quest-flow-helper");
|
||||||
await completeOperatorChainQuestFlow(bru);
|
await completeOperatorChainQuestFlow(bru);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue