Skip to content

Commit

Permalink
testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guirava committed Mar 14, 2024
1 parent 78c06c0 commit 9c6847c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/e2e/Account.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9c6847c

Please sign in to comment.