def test_head_in_apischema(self):
        spec = get_spec()

        endpoint = spec["paths"]["/gebruiksrechten/{uuid}"]

        self.assertIn("head", endpoint)
    def test_head_in_apischema(self):
        spec = get_spec()

        endpoint = spec["paths"]["/objectinformatieobjecten/{uuid}"]

        self.assertIn("head", endpoint)
    def test_head_in_apischema(self):
        spec = get_spec()

        endpoint = spec["paths"]["/zaaktypen/{uuid}"]

        self.assertIn("head", endpoint)