fix: change mocked bearer token format

Signed-off-by: ElaineDeMattosSilvaB <elaine.de-mattos-silva-bezerra@deutschebahn.com>
This commit is contained in:
ElaineDeMattosSilvaB
2024-06-27 22:42:29 +02:00
parent 78c13290e4
commit 28d3cf8c9d
+1 -2
View File
@@ -189,8 +189,7 @@ describe('gitlab core', () => {
describe('getGitLabRequestOptions', () => {
it('should return Authorization header when oauthToken is provided', () => {
const token =
'de6780bc506a0446309bd9362820ba8aed28aa506c71eedbe1c5c4f9dd350e54';
const token = '1234567890';
const result = getGitLabRequestOptions(
configSelfHosteWithRelativePath,
token,