Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Aug 11, 2024
1 parent adbb2ed commit 8ee56ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/GitHub.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Describe 'GitHub' {

$URI = ("$ApiBaseUri/" -replace '/$', '') + ("/$ApiEndpoint" -replace '^/', '')

$APICallStatusCode = $null
$APICallResponseHeaders = $null

$APICall = @{
Uri = $URI
Method = $Method
Expand Down

0 comments on commit 8ee56ed

Please sign in to comment.