diff --git a/test/e2e/live/gateway-guard-recovery.test.ts b/test/e2e/live/gateway-guard-recovery.test.ts index a09741a332a..f7c1da52d94 100644 --- a/test/e2e/live/gateway-guard-recovery.test.ts +++ b/test/e2e/live/gateway-guard-recovery.test.ts @@ -302,7 +302,7 @@ test("gateway recovery restores /tmp guard chain after pod-recreate wipe (#2701) originalContainerId, "restart-command-before", ); - expect(originalStartupCommand).toMatch(/(?:^| )nemoclaw-start$/); + expect(originalStartupCommand).toMatch(/(?:^| )\/usr\/local\/bin\/nemoclaw-start$/); await host.cleanupForward(18789, { artifactName: "restart-stop-dashboard-forward", env: buildAvailabilityProbeEnv(), @@ -339,7 +339,7 @@ test("gateway recovery restores /tmp guard chain after pod-recreate wipe (#2701) recoveredContainerId, "restart-command-after", ); - expect(recoveredStartupCommand).toMatch(/(?:^| )nemoclaw-start$/); + expect(recoveredStartupCommand).toMatch(/(?:^| )\/usr\/local\/bin\/nemoclaw-start$/); expect(recoveredStartupCommand).not.toContain("CUSTOM_PROVIDER_CREDENTIAL"); expect(recoveredStartupCommand).not.toContain(credentialCanary);