added int test case for users.data.root(GONRG-7444)
Type of change
-
Tests.
Please provide link to gitlab issue or ADR(Architecture Decision Record)
Issue: #177
Does this introduce a change in the core logic?
- [NO]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
Common code
Does this introduce a breaking change?
- [NO]
What is the current behavior?
users.data.root
is not tested in E2E scenarios.
What is the new/expected behavior?
During testing, a new data
group is created, and a record with that group in ACL is generated. Users with the users.data.root
group can fetch that record even though they haven't been explicitly added to that group.
Have you added/updated Unit Tests and Integration Tests?
Yes
Any other useful information
The CI/CD configuration needs to be updated, and the core classes should be implemented to utilize the new test case.
Edited by Rustam Lotsmanenko (EPAM)