From ca1cf0a3ae96e7980e825f0c0e5707ba96b51d57 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Wed, 14 Feb 2024 12:32:44 +0000 Subject: [PATCH] Update ``test_api_meta`` integration test for h5grove 2.0.0 --- test/integration/test_structured_dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/test_structured_dataset.py b/test/integration/test_structured_dataset.py index 0f9a8196dd7d..ba81c3365cef 100644 --- a/test/integration/test_structured_dataset.py +++ b/test/integration/test_structured_dataset.py @@ -39,7 +39,7 @@ def test_api_meta(self): response = self._get(f"datasets/{dataset_id}/content/meta") self._assert_status_code_is(response, 200) hvals = response.json() - self._assert_has_keys(hvals, "attributes", "name", "type") + self._assert_has_keys(hvals, "attributes", "name", "kind") def test_api_attr(self): dataset = self.dataset_populator.new_dataset(