Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 20, 2025
1 parent cb5cffd commit 3329e1c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/test_opendap_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ def test_das_response(dap_client):
assert 'String standard_name "latitude"' in content
assert 'String standard_name "time"' in content
assert 'String standard_name "longitude"' in content
assert (
'String long_name "4xDaily Air temperature at sigma level 995"' in content
), "long_name attribute missing from air DataArray"
assert (
'String title "4x daily NMC reanalysis (1948)"' in content
), "Global attributes are returned"
assert 'String long_name "4xDaily Air temperature at sigma level 995"' in content, (
"long_name attribute missing from air DataArray"
)
assert 'String title "4x daily NMC reanalysis (1948)"' in content, (
"Global attributes are returned"
)


def test_dods_response(dap_client):
Expand Down Expand Up @@ -112,12 +112,12 @@ def test_single_das_response(dap_single_client):
assert 'String standard_name "latitude"' in content
assert 'String standard_name "time"' in content
assert 'String standard_name "longitude"' in content
assert (
'String long_name "4xDaily Air temperature at sigma level 995"' in content
), "long_name attribute missing from air DataArray"
assert (
'String title "4x daily NMC reanalysis (1948)"' in content
), "Global attributes are returned"
assert 'String long_name "4xDaily Air temperature at sigma level 995"' in content, (
"long_name attribute missing from air DataArray"
)
assert 'String title "4x daily NMC reanalysis (1948)"' in content, (
"Global attributes are returned"
)


def test_single_dods_response(dap_single_client):
Expand Down

0 comments on commit 3329e1c

Please sign in to comment.