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(