Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman committed Dec 1, 2024
1 parent bb4d992 commit dd33094
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,7 @@ def test_upload_corpus_crashes_zip(self):
cross_pollination_stats=None)

corpus_pruning_task._upload_corpus_crashes_zip(
None, result, self.corpus_crashes_blob_name,
self.corpus_crashes_upload_url)
result, self.corpus_crashes_blob_name, self.corpus_crashes_upload_url)

corpus_crashes_zip_local_path = os.path.join(
self.temp_dir, f'{self.corpus_crashes_blob_name}.zip')
Expand Down

0 comments on commit dd33094

Please sign in to comment.