
This replaces dict.get(key) with dict[key] in the unit tests, since we should be explicit about whether we expect the key to exist or not. (These are tests, after all.) Change-Id: Ide98ceba325214e55cab2063d9ace150d63f9617 Closes-Bug: #1590808
This replaces dict.get(key) with dict[key] in the unit tests, since we should be explicit about whether we expect the key to exist or not. (These are tests, after all.) Change-Id: Ide98ceba325214e55cab2063d9ace150d63f9617 Closes-Bug: #1590808