Skip to content

Commit 1dcaca0

Browse files
committed
Remove test code
1 parent 431708c commit 1dcaca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.Crm.Dynamics/Services/DynamicsService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ private async Task<ResponseDto<T>> Get<T>(string accessToken, string modulePath)
196196
RequestUri = new Uri($"{_settings.HostUrl}{_settings.ApiPath}{modulePath}")
197197
};
198198
requestMessage.Headers.Authorization =
199-
new AuthenticationHeaderValue("Bearer", accessToken + "1");
199+
new AuthenticationHeaderValue("Bearer", accessToken);
200200

201201
var response = await ClientFactory().SendAsync(requestMessage);
202202

0 commit comments

Comments
 (0)