andyjianzhou commented on code in PR #40254:
URL: https://github.com/apache/airflow/pull/40254#discussion_r1640803190
##########
tests/www/test_validators.py:
##########
@@ -164,4 +162,4 @@ def setup_method(self):
def test_read_only_validator(self):
validator = validators.ReadOnly()
assert validator(self.form_mock, self.form_read_only_field_mock) is
None
- assert self.form_read_only_field_mock.flags.readonly is True
Review Comment:
Oh? Wait, I think that testcase was already there to begin with. What needs
fixing for it?
`assert self.form_read_only_field_mock.flags.readonly is True`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]