fix: isolate CI tests from runtime user data

This commit is contained in:
Rixuan Shao
2026-07-14 16:13:51 +08:00
parent 16afdcef07
commit ba94e6ac15
4 changed files with 20 additions and 2 deletions
@@ -15,6 +15,7 @@ class DeploymentContractTests(unittest.TestCase):
self.assertIn("working-directory: DouYinSparkFlow", text)
self.assertIn("SPARKFLOW_BROWSER_PROFILE_ROOT", text)
self.assertIn("SPARKFLOW_MANUAL_RUN", text)
self.assertIn('USER_DATA: "[]"', text)
self.assertIn("path: DouYinSparkFlow/logs/", text)
def test_github_actions_are_pinned_to_commit_shas(self):