Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit e394144

Browse files
authored
Update testing.mdx
1 parent 2cc3bd1 commit e394144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/docs/pages/testing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To set up the framework, follow these steps.
1313
npm run test:server -- --port=<PORT>
1414
```
1515

16-
2. Expose the local port as a publicly available URL. We recommend using [`ngrok`](https://ngrok.com/download) since it is free and easy to set up. The command for running ngrok tunnelling on port `8000`:
16+
2. Expose the local port as a publicly available URL. We recommend using [`ngrok`](https://ngrok.com/download) since it is free and easy to set up. The command for running ngrok tunneling on port `8000`:
1717

1818
```
1919
ngrok http 8000
@@ -46,7 +46,7 @@ new work item would send the event to the local server.
4646

4747
If utilizing ngrok, you can access the ngrok UI by opening http://127.0.0.1:4040/ in the browser. This interface offers a neat way to review the list of requests and replay them if necessary.
4848

49-
The service account token included with the request is valid for only 30 minutes. Therefore, attempting to call the DevRev API with that token for events older than this timeframe results in a '401 Unauthorized' error.
49+
The service account token included with the request is valid for only 30 minutes. Therefore, attempting to call the DevRev API with that token for events older than this timeframe results in a _401 Unauthorized_ error.
5050

5151
### Update the URL
5252

0 commit comments

Comments
 (0)