mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
0f5ad2545d
In the current codebase if you want to use different keys (or any other configuration) for tests it is required to place them at a certain path in static folder, bundle them with go-bindata and only then run tests. This is simply unnecessary. This commit instead directs loads configurations from file without relying on go-bindata