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

Commit 7da6382

Browse files
author
ada
committed
Fixed syntax of directives?
1 parent c99dd08 commit 7da6382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synthetics/test-config/auth.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Basic authentication through API request headers
138138
:description: Basic authentication allows your tests to send a username and password through API request headers.
139139

140140
.. note::
141-
This authentication method applies to API tests only. The steps below are for targets that support “Basic auth”, in other words, API methods like ``curl -G https://api.twilio.com/2010-04-01/Accounts.json -u <YOUR_ACCOUNT_SID>:<YOUR_AUTH_TOKEN>``. You can modify these steps for targets that support a Bearer token.
141+
This authentication method applies to API tests only. The steps below are for targets that support “Basic auth”, in other words, API methods like ``curl -G https://api.twilio.com/2010-04-01/Accounts.json -u <YOUR_ACCOUNT_SID>:<YOUR_AUTH_TOKEN>``. You can modify these steps for targets that support a bearer token.
142142

143143
If your test target expects login credentials to be included in an an API request header, configure your browser test as follows.
144144

0 commit comments

Comments
 (0)