Skip to content

Commit

Permalink
Fix failing test (#4395)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman authored Nov 8, 2024
1 parent 8b2dac3 commit 597d1e1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ def setUp(self):
'clusterfuzz._internal.base.persistent_cache.get_value',
'clusterfuzz._internal.base.persistent_cache.set_value',
'clusterfuzz._internal.base.utils.utcnow',
'clusterfuzz._internal.base.tasks.task_utils.get_opted_in_tasks',
'time.sleep',
])

self.mock.get_value.return_value = None
self.mock.sleep.return_value = None
self.mock.get_opted_in_tasks.return_value = False
data_types.Job(name='job').put()

client = pubsub.PubSubClient()
Expand Down

0 comments on commit 597d1e1

Please sign in to comment.