diff --git a/changelog.d/maintenance/11053-stryker-oauth-autoimport-registration.md b/changelog.d/maintenance/11053-stryker-oauth-autoimport-registration.md new file mode 100644 index 0000000000..b2e2141900 --- /dev/null +++ b/changelog.d/maintenance/11053-stryker-oauth-autoimport-registration.md @@ -0,0 +1 @@ +- fix(quality): register `tests/unit/authz/oauth-autoimport-local-only.test.ts` in stryker `tap.testFiles` (residual of #11053) diff --git a/stryker.conf.json b/stryker.conf.json index 34c938c0b9..240e8419e5 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -86,6 +86,7 @@ "tests/unit/auth-opencode-zen-noauth-fallback.test.ts", "tests/unit/auth-terminal-status.test.ts", "tests/unit/authz/discovery-routes-local-only.test.ts", + "tests/unit/authz/oauth-autoimport-local-only.test.ts", "tests/unit/authz/route-guard-local-prefix.test.ts", "tests/unit/authz/route-guard-skills-collect.test.ts", "tests/unit/authz/route-guard-version-get-exemption.test.ts",