bito-code-review[bot] commented on PR #42590:
URL: https://github.com/apache/superset/pull/42590#issuecomment-5124507753
<!-- Bito Reply -->
The suggestion to rename the test is correct, as the current name contains a
typo. You can resolve this by renaming the test function in
`tests/unit_tests/explore/utils_test.py` from
`test_unsaved_query_explore_allows_the_querys_own_author` to
`test_unsaved_query_explore_allows_the_query_author`.
There are no other comments on this pull request to address.
**tests/unit_tests/explore/utils_test.py**
```
def test_unsaved_query_explore_allows_the_query_author(
mocker: MockerFixture, client
) -> None:
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]