Skip to content

Commit 6428dfb

Browse files
committed
Fixed code
1 parent 17d9341 commit 6428dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-testing/playwright-workspaces/how-to-manage-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ To enable authentication using access tokens:
5959

6060
While running the tests, enable access token auth in the `playwright.service.config.ts` file in your setup.
6161

62-
```typescript
62+
```typescript
6363
import { getServiceConfig, ServiceAuth } from '@azure/playwright';
6464

6565
/* Learn more about service configuration at https://aka.ms/mpt/config */
6666
export default defineConfig(config, getServiceConfig( config {
6767
serviceAuthType: ServiceAuth.ACCESS_TOKEN
6868
}));
69-
```
69+
```
7070
::: zone-end
7171

7272
::: zone pivot="nunit-test-runner"

0 commit comments

Comments
 (0)