Skip to content

Commit

Permalink
Merge pull request #604 from brave/laurenwags-fix-generator
Browse files Browse the repository at this point in the history
Fix test run generator for full manual passes
  • Loading branch information
LaurenWags authored Sep 16, 2024
2 parents 7c6527d + 6693902 commit 5689357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brave_testrun_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def laptop_testruns(milestonever):
"OS/Desktop"]

if args.test is None:
bc_repo.create_issue(title=macTitle,
bc_repo.create_issue(title=macx64Title,
body=macOS_x64,
milestone=bc_milestone[milestonever],
labels=macx64List)
Expand Down

0 comments on commit 5689357

Please sign in to comment.