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

Commit 16aec76

Browse files
author
ada
committed
More migration cleanup
1 parent 7107ab7 commit 16aec76

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
@@ -154,7 +154,7 @@ If your test target expects login credentials to be included in an an API reques
154154
:alt: Screenshot showing how to set up a synthetic test with basic authentication through API request headers.
155155

156156

157-
#. Get the *base64-encoded string* of the username and password combination for your test target. There are several ways to get a base64-encoded string. For example:
157+
#. Get the base64-encoded string of the username and password combination for your test target. There are several ways to get a base64-encoded string. For example:
158158

159159
- Run the JavaScript function btoa from your browser's console: ``btoa("myusername:mypassword")``
160160

0 commit comments

Comments
 (0)