jerryshao commented on code in PR #9542:
URL: https://github.com/apache/gravitino/pull/9542#discussion_r2652316390
##########
clients/client-python/tests/integration/test_supports_jobs.py:
##########
@@ -127,7 +126,6 @@ def test_register_and_delete_job_template(self):
# List registered job templates
registered_templates = self._metalake.list_job_templates()
- self.assertEqual(len(registered_templates), 2)
self.assertIn(template1, registered_templates)
self.assertIn(template2, registered_templates)
Review Comment:
This is intentional not to check the total number, since we added and will
add more built-in job templates. Test the total number will break the test.
--
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]