mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-26 17:02:24 +01:00
remove writing file from test that was probably only a temporary debug aid
This commit is contained in:
@@ -378,8 +378,6 @@ class ContextTest(unittest.TestCase):
|
||||
resources = DictObject(self.discovery_doc["resources"])
|
||||
|
||||
actual = new_context(schemas, resources).rtc_map
|
||||
with open("actual.json", "w") as aj:
|
||||
json.dump(actual, aj, indent=4)
|
||||
self.assertEqual(actual, expected)
|
||||
|
||||
def test_schemas(self):
|
||||
|
||||
Reference in New Issue
Block a user