Skip to content

Commit 6d6cf00

Browse files
committed
Update docs for nestjs-testing: feat: add workspace header
1 parent c604afe commit 6d6cf00

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pages/nestjs-testing/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ export class TestHelper extends BaseTestHelper {
2424
getSupertestConfig(): SupertestConfig {
2525
return {
2626
isUseBearerAuth: true,
27-
authenticationHeader: 'Authorization'
27+
authenticationHeader: 'Authorization',
28+
workspaceHeader: 'x-workspace-id'
2829
};
2930
}
3031

0 commit comments

Comments
 (0)