Skip to content

Commit

Permalink
fix to test
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng committed Feb 22, 2023
1 parent e49e6a4 commit 12502ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_axds_cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ def test_no_results(mock_requests):

@mock.patch("requests.get")
def test_not_a_standard_name(mock_requests):
mock_requests.side_effect = [FakeResponseParams()]
with pytest.raises(ValueError):
AXDSCatalog(datatype="sensor_station", standard_names="not_a_standard_name")

Expand Down

0 comments on commit 12502ce

Please sign in to comment.