hedera-mirror-node
hedera-mirror-node copied to clipboard
Use mirror_rosetta user in rosetta integration test
Problem
Follow the common pattern in other modules, we should use the same db user mirror_rosetta with readonly permissions in rosetta integration test as in production deployments.
Solution
- change rosetta integration test to use
mirror_rosettauser, need to randomizemirror_rosettapassword during setup to avoid security scan complaints - use
mirror_nodeto delete data in integration test where applicable
Alternatives
No response