bito-code-review[bot] commented on PR #43697: URL: https://github.com/apache/superset/pull/43697#issuecomment-5471130311
<!-- Bito Reply --> The flagged issue in the unit test is correct. The test assertion is failing because the GSheets metadata is returning `google-sheets.svg` while the test expects a different value. To resolve this, you should update the test expectation in `tests/unit_tests/db_engine_specs/test_gsheets.py` to match the actual metadata value being returned. I have checked the available PR comments, and there are no other comments to address. Would you like me to proceed with updating the test file? -- 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]
