mistercrunch commented on code in PR #34182:
URL: https://github.com/apache/superset/pull/34182#discussion_r2230071955


##########
tests/integration_tests/dashboards/api_tests.py:
##########
@@ -870,10 +871,13 @@ def test_add_favorite(self):
         """
         Dataset API: Test add dashboard to favorites
         """
+        # Let database auto-generate ID and use unique names
+        import uuid
+
+        unique_id = uuid.uuid4().hex[:8]

Review Comment:
   might be useful later on, planning on going uuid-first eventually



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

Reply via email to