From bb13528c1bd9c547e7a44cea6b15ab0334c16000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Moreau?= Date: Wed, 11 Sep 2024 15:07:43 +0200 Subject: [PATCH] Fix tests : timeout --> port --- Tests/integration/UserTacacs.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/integration/UserTacacs.Tests.ps1 b/Tests/integration/UserTacacs.Tests.ps1 index 37ba0a425..4c51c087e 100644 --- a/Tests/integration/UserTacacs.Tests.ps1 +++ b/Tests/integration/UserTacacs.Tests.ps1 @@ -118,7 +118,7 @@ Describe "Add User Tacacs" { $usertacacs.name | Should -Be $pester_usertacacs $usertacacs.server | Should -Be $pester_usertacacsserver1 $usertacacs.key | Should -Not -Be $Null - $usertacacs.timeout | Should -Be "10049" + $usertacacs.port | Should -Be "10049" } It "Add User Tacacs Server $pester_usertacacs with authorization enabled" {