aritra24 commented on code in PR #40254:
URL: https://github.com/apache/airflow/pull/40254#discussion_r1640919806


##########
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:
   It's the new line at the end that got removed I believe 



-- 
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]

Reply via email to