Skip to content

Commit

Permalink
Update test_validate_criteria_schema.py. removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
Geary-Layne authored Dec 8, 2023
1 parent 1052af2 commit e9ba10c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/idsse_common/test/test_validate_criteria_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ def test_validate_criteria_message_with_missing_name(criteria_validator: Validat
def test_validate_criteria_message_with_bad_product_type(criteria_validator: Validator,
criteria_message: dict):
product = criteria_message['parts'][0]['product']
print(product)
product['not_fcst_or_obs'] = product.pop('fcst')
with raises(ValidationError):
criteria_validator.validate(criteria_message)
Expand Down

0 comments on commit e9ba10c

Please sign in to comment.