Skip to content

Commit

Permalink
Update New-JCRadiusServer.Tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jworkmanjc authored Nov 7, 2024
1 parent 1ee9f14 commit 55217ba
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Describe -Tag:('JCRadiusServer') 'New-JCRadiusServer Tests' {
BeforeAll {
$NewRadiusServer = @{
# networkSourceIp = [IPAddress]::Parse([String](Get-Random)).IPAddressToString
networkSourceIp = "119.213.49.186"
networkSourceIp = [IPAddress]::Parse([String](Get-Random)).IPAddressToString
sharedSecret = "$(Get-Random)"
name = "PesterTest_RadiusServer_$(Get-Random)"
authIdp = 'JUMPCLOUD'
Expand Down

0 comments on commit 55217ba

Please sign in to comment.