Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(unit_tests/test_config): clear env variables
those test are building heavily on `SCT_*` env variables and seems like other unit tests might be leaving behind some of those variables in a way it's breaks `ConfigurationTests.test_02_verify_config` in the following way: ``` > raise ValueError("not all multi region values are equal: \n\t{}".format(region_count)) E ValueError: not all multi region values are equal: E {'region_name': 1, 'n_db_nodes': 2, 'ami_id_db_scylla': 1, 'ami_id_loader': 1} ```
- Loading branch information