()
| 855 | class TestViews(EncryptionIntegrationTest): |
| 856 | @staticmethod |
| 857 | def kms_providers(): |
| 858 | return {"local": {"key": LOCAL_MASTER_KEY}} |
| 859 | |
| 860 | def test_views_are_prohibited(self): |
| 861 | self.client.db.view.drop() |
no outgoing calls
no test coverage detected