gopidesupavan commented on code in PR #44679:
URL: https://github.com/apache/airflow/pull/44679#discussion_r1871358618


##########
tests/cli/test_cli_parser.py:
##########
@@ -423,7 +423,7 @@ def 
test_invalid_choice_raises_for_export_format_in_db_export_archived_command(
         assert error_msg == (
             "\nairflow db export-archived command error: argument "
             f"--export-format: invalid choice: '{export_format}' "

Review Comment:
   ```suggestion
           assert error_msg.replace("'", "") == (
               "\nairflow db export-archived command error: argument "
               f"--export-format: invalid choice: {export_format}"
   ```
   
   As Jarek, mentioned in slack this is happening for 3.12, so may be we can do 
like this then it should work for all versions, know this is bit ugly but dont 
have any other option :) 



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