Skip to content

Commit

Permalink
Update test_api_meta integration test for h5grove 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Feb 14, 2024
1 parent 6250c97 commit ca1cf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_structured_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ca1cf0a

Please sign in to comment.