Skip to content

Commit 400bf2f

Browse files
fix: wrong link
1 parent e7fbbb9 commit 400bf2f

File tree

2 files changed

+4
-4
lines changed
  • docs/components/optional-components
  • versioned_docs/version-12.x/components/optional-components

2 files changed

+4
-4
lines changed

docs/components/optional-components/tests.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ $user = $this->getTestingUserWithoutAccess();
386386
```
387387

388388
---
389-
#### endpoint {#endpoint-method}
389+
#### endpoint {#method}
390390

391391
The `endpoint` method allows you to specify the endpoint you want to test within your functional tests.
392392
This method is especially useful
@@ -404,7 +404,7 @@ or else `injectId` will not replace the ID in the overridden endpoint.
404404
:::
405405

406406
---
407-
#### auth {#auth-method}
407+
#### auth {#method}
408408

409409
The `auth` method allows you
410410
to specify the authentication status of the endpoint you want to test within your functional tests.

versioned_docs/version-12.x/components/optional-components/tests.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ $user = $this->getTestingUserWithoutAccess();
386386
```
387387

388388
---
389-
#### endpoint {#endpoint-method}
389+
#### endpoint {#method}
390390

391391
The `endpoint` method allows you to specify the endpoint you want to test within your functional tests.
392392
This method is especially useful
@@ -404,7 +404,7 @@ or else `injectId` will not replace the ID in the overridden endpoint.
404404
:::
405405

406406
---
407-
#### auth {#auth-method}
407+
#### auth {#method}
408408

409409
The `auth` method allows you
410410
to specify the authentication status of the endpoint you want to test within your functional tests.

0 commit comments

Comments
 (0)