Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Aug 11, 2024
1 parent 5713ed8 commit 8052f6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/GitHub.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ Describe 'GitHub' {
$APICall.Body = $Body | ConvertTo-Json -Depth 100
}
}
Write-Verbose ($APICall | ConvertTo-Json -Depth 100) -Verbose
$response = Invoke-RestMethod @APICall

Invoke-RestMethod @APICall
$response

$response | Should -Not -BeNullOrEmpty
$response.Response.rate | Should -Not -BeNullOrEmpty
Expand Down

0 comments on commit 8052f6c

Please sign in to comment.