Skip to content

Commit f28596a

Browse files
small updates
1 parent 3338a42 commit f28596a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Invoke-ListAvailableTests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ function Invoke-ListAvailableTests {
7373
$StatusCode = [HttpStatusCode]::OK
7474
} catch {
7575
$ErrorMessage = Get-CippException -Exception $_
76-
Write-LogMessage -user $Request.Headers.'x-ms-client-principal' -API $APIName -message "Failed to list available tests: $($ErrorMessage.NormalizedError)" -Sev 'Error' -LogData $ErrorMessage
7776
$Body = [PSCustomObject]@{
7877
Results = "Failed to list available tests: $($ErrorMessage.NormalizedError)"
7978
}

0 commit comments

Comments
 (0)