Skip to content

Commit

Permalink
Auth
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Aug 11, 2024
1 parent 2da28ff commit a47a449
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/GitHub.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Param(

Write-Verbose "Path to the module: [$Path]" -Verbose

BeforeAll {
Connect-GitHub
}

Describe 'GitHub' {
Context 'Private function: Remove-HashtableEntry' {
It 'Remove-HashtableEntry -Hashtable $headers -NullOrEmptyValues' {
Expand Down

0 comments on commit a47a449

Please sign in to comment.