Skip to content

Commit

Permalink
Removed white space
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Moreau committed Aug 26, 2024
1 parent ed1e02d commit 74876d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/integration/WebfilterUrlfilter.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Describe "Add WebFilter UrlFilter" {
#Add first URL Filter
Add-FGTWebfilterUrlfilter -name $pester_url1 -url_id 1 -url_type simple -url powerfgt.com -action allow -status enable
#Add Second URL
{ Add-FGTWebfilterUrlfilter -name $pester_url1 -url_id 2 -url_type simple -url powerfgt2.com -action allow -status enable } | Should -Not -Throw
{ Add-FGTWebfilterUrlfilter -name $pester_url1 -url_id 2 -url_type simple -url powerfgt2.com -action allow -status enable } | Should -Not -Throw
}

AfterEach {
Expand Down

0 comments on commit 74876d7

Please sign in to comment.