Skip to content

Commit

Permalink
Minor mods
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJamesMorris committed May 31, 2024
1 parent 3cccc58 commit c4affd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gpconnect-analytics.DAL/SplunkService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private async Task<ExtractResponse> GetSearchResultFromRequestUri(UriRequest uri
}
else
{
extractResponseMessage.ExtractResponseMessage.ReasonPhrase = $"The authentication has expired because it is valid up to {apiTokenExpiry.Item2}";
extractResponseMessage.ExtractResponseMessage.ReasonPhrase = $"The authentication token has expired because it is valid up to {apiTokenExpiry.Item2}";
extractResponseMessage.ExtractResponseMessage.StatusCode = System.Net.HttpStatusCode.Unauthorized;
}
}
Expand Down

0 comments on commit c4affd8

Please sign in to comment.