Removed extension attribute requirement for testing

This commit is contained in:
2026-08-21 00:31:47 -04:00
parent cdc6bb33d3
commit aeedb7170a
4 changed files with 125 additions and 4 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ cd persona-engine
### Step 2 — Prove the machine can run it, before touching a tenant
```bash
pwsh -NoProfile -Command "& { $c = & ./tests/PesterConfiguration.ps1 -Suite Offline; Invoke-Pester -Configuration $c }"
pwsh -NoProfile -Command '& { $c = & ./tests/PesterConfiguration.ps1 -Suite Offline; Invoke-Pester -Configuration $c }'
```
Expect **354 passed, 0 failed**. This needs no credentials and no network. If it does not pass, stop