(self, line)
| 239 | operation['errors'] = errors |
| 240 | |
| 241 | def assert_contains_line(self, line): |
| 242 | contents = self.doc_structure.flush_structure().decode('utf-8') |
| 243 | self.assertIn(line, contents) |
| 244 | |
| 245 | def get_nested_service_contents(self, service, type, name): |
| 246 | service_file_path = os.path.join( |