remove writing file from test that was probably only a temporary debug aid

This commit is contained in:
OMGeeky
2024-05-17 23:54:42 +02:00
parent 8d31ba525f
commit ebeaa8fbc0

View File

@@ -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):