def test_get_frozen_copy(input_dict, expected_dict): assert config.get_frozen_copy(input_dict) == expected_dict