Skip to content

Commit

Permalink
fix: 修改单侧 --story=120737215
Browse files Browse the repository at this point in the history
  • Loading branch information
guohelu committed Nov 21, 2024
1 parent 5c62ff2 commit 10bad3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/tests/periodictask/models/test_periodic_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def test_delete(self):
def test_inspect_time(self):
self.cron = {"day_of_month": "*", "day_of_week": "*", "hour": "*", "minute": "*/30", "month_of_year": "*"}
self.timezone = "Asia/Shanghai"
self.periodic_task = self.task.inspect_time(is_superuser=False, cron=self.cron, timezone=self.timezone)
self.periodic_task = self.task.inspect_time(is_superuser=True, cron=self.cron, timezone=self.timezone)
self.assertTrue(self.periodic_task)

def test_modify_constants(self):
Expand Down

0 comments on commit 10bad3d

Please sign in to comment.