Re: [PR] Fix test `test_cli_import_roles` [airflow]

2024-01-03 Thread via GitHub
vincbeck merged PR #36558: URL: https://github.com/apache/airflow/pull/36558 -- 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: commits-unsubscr...@airflow

[PR] Fix test `test_cli_import_roles` [airflow]

2024-01-03 Thread via GitHub
vincbeck opened a new pull request, #36558: URL: https://github.com/apache/airflow/pull/36558 The import and export CI command has been modified in #36347. As part of this change, the order of the roles is not sorted, thus we should not assume in tests they are.