jerryshao commented on code in PR #9542:
URL: https://github.com/apache/gravitino/pull/9542#discussion_r2652315218


##########
clients/client-python/tests/integration/test_supports_jobs.py:
##########
@@ -95,7 +95,6 @@ def test_register_and_list_job_templates(self):
 
         # List registered job templates
         registered_templates = self._metalake.list_job_templates()
-        self.assertEqual(len(registered_templates), 2)
         self.assertIn(template_1, registered_templates)
         self.assertIn(template_2, 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]

Reply via email to