From 9c6847ccba70dc664422982c2957b300896e6e0c Mon Sep 17 00:00:00 2001 From: Gui <12204241+guirava@users.noreply.github.com> Date: Thu, 14 Mar 2024 08:23:20 -1200 Subject: [PATCH] testing CI --- Tests/e2e/Account.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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