Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Aug 25, 2022
1 parent 0bd0c4f commit c6cf146
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Scenario: Init Security Context for all scenarios
When I query for all sub-accounts in "acc1"
Then I find 2 accounts
Then I select account "acc1"
Given I expect the exception "ServiceConfigurationLimitExceededException" with the text "*"
Given I expect the exception "ServiceConfigurationLimitExceededException" with the text "The maximum of resources for the org.eclipse.kapua.service.account.AccountService service for the account"
When I configure account service
| type | name | value |
| boolean | infiniteChildEntities | false |
Expand Down Expand Up @@ -312,7 +312,7 @@ Scenario: Init Security Context for all scenarios
When I query for all sub-accounts in "acc1"
Then I find 2 accounts
Then I select account "acc1"
Given I expect the exception "KapuaConfigurationException" with the text "*"
Given I expect the exception "ServiceConfigurationLimitExceededException" with the text "The maximum of resources for the org.eclipse.kapua.service.account.AccountService service for the account"
When I configure account service
| type | name | value |
| boolean | infiniteChildEntities | false |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Scenario: Init Security Context for all scenarios
Given I select account "acc1"
When I create tag with name "tag1" without description
When I create tag with name "tag2" without description
Given I expect the exception "KapuaConfigurationException" with the text "*"
Given I expect the exception "ServiceConfigurationLimitExceededException" with the text "The maximum of resources for the org.eclipse.kapua.service.tag.TagService service for the account"
When I configure the tag service
| type | name | value |
| boolean | infiniteChildEntities | false |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Scenario: Init Security Context for all scenarios
Given I select account "acc1"
When I create user with name "user0"
And I create user with name "user1"
Given I expect the exception "KapuaConfigurationException" with the text "*"
Given I expect the exception "ServiceConfigurationLimitExceededException" with the text "The maximum of resources for the org.eclipse.kapua.service.user.UserService service for the account"
When I configure user service
| type | name | value |
| boolean | infiniteChildEntities | false |
Expand Down

0 comments on commit c6cf146

Please sign in to comment.