| Index: scripts/slave/recipe_modules/gatekeeper/test_api.py
|
| diff --git a/scripts/slave/recipe_modules/gatekeeper/test_api.py b/scripts/slave/recipe_modules/gatekeeper/test_api.py
|
| index a44d592eeb3d9b97a0ea5ad7f030f123cc1e580a..c181114f1a2112242c5d8873e75a11f6d5131537 100644
|
| --- a/scripts/slave/recipe_modules/gatekeeper/test_api.py
|
| +++ b/scripts/slave/recipe_modules/gatekeeper/test_api.py
|
| @@ -28,3 +28,9 @@
|
| },
|
| 'chromium': {},
|
| })
|
| +
|
| + def read_real_config(self, f):
|
| + return self.m.json.output(json.loads(self.m.file.read_in_build(f)))
|
| +
|
| + def read_real_internal_config(self, f): # pragma nocover
|
| + return self.m.json.output(json.loads(self.m.file.read_in_build_internal(f)))
|
|
|