Skip to content

Commit

Permalink
#992: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Badgerati committed Aug 16, 2023
1 parent bc4f5a3 commit 78a4e1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/unit/Server.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@ Describe 'Restart-PodeInternalServer' {
}
Cookies = @{}
Sessions = @{ 'key' = 'value' }
Authentications = @{ 'key' = 'value' }
Authentications = @{
Methods = @{ 'key' = 'value' }
Access = @{ 'key' = 'value' }
}
State = @{ 'key' = 'value' }
Output = @{
Variables = @{ 'key' = 'value' }
Expand Down

0 comments on commit 78a4e1a

Please sign in to comment.