diff --git a/integration-tests/hooks-system.test.ts b/integration-tests/hooks-system.test.ts index 5e2e823a4c..6031a7a250 100644 --- a/integration-tests/hooks-system.test.ts +++ b/integration-tests/hooks-system.test.ts @@ -1792,7 +1792,7 @@ console.log(JSON.stringify({ ), settings: { enableHooks: true, - disabledHooks: [disabledCmd], + disabledHooks: [normalizePath(disabledCmd)], hooks: { BeforeTool: [ { @@ -1862,7 +1862,7 @@ console.log(JSON.stringify({ rig.setup('Hook Disabling', { settings: { enableHooks: true, - disabledHooks: [disabledCmd], + disabledHooks: [normalizePath(disabledCmd)], hooks: { BeforeTool: [ {