Skip to content

Commit a25c2e0

Browse files
authored
docs: Link to test.md from initial tutorial (#2257)
* docs: Link to test.md from initial tutorial * Update faststream.md
1 parent b7ea20d commit a25c2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/en/faststream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ to define messages using a declarative syntax, making it easy to specify the fie
220220

221221
## Testing the service
222222

223-
The service can be tested using the `TestBroker` context managers, which, by default, puts the Broker into "testing mode".
223+
The service can be [tested](./getting-started/subscription/test.md){.internal-link} using the `TestBroker` context managers, which, by default, puts the Broker into "testing mode".
224224

225225
The Tester will redirect your `subscriber` and `publisher` decorated functions to the InMemory brokers, allowing you to quickly test your app without the need for a running broker and all its dependencies.
226226

0 commit comments

Comments
 (0)