diff --git a/Tests/e2e/Account.Tests.ps1 b/Tests/e2e/Account.Tests.ps1 index e0bfd4ab2..cc00b6728 100644 --- a/Tests/e2e/Account.Tests.ps1 +++ b/Tests/e2e/Account.Tests.ps1 @@ -13,7 +13,7 @@ Describe -Name 'Connect to API' -Fixture { # API Operation: AccountSettings # Return type: AccountSetting, consists of 2 bools # Default profile selects them both for retrieval - $query = New-RscQueryAccount -Op Settings + $query = New-RscQueryAccount -Op SettingsZZZ # TESTING CI ! WILL REVERT!! $query.Field.isEmailNotificationEnabled | Should -Not -BeNullOrEmpty $query.Field.IsEulaAccepted | Should -Not -BeNullOrEmpty