Skip to content

Commit

Permalink
Merge pull request #70 from fossology/feat/reuse
Browse files Browse the repository at this point in the history
feat(jobs): add missing reuse options
  • Loading branch information
deveaud-m committed Jul 22, 2021
2 parents e95a7af + 9c069df commit cc32ea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ def foss_schedule_agents() -> Dict:
"reuse_group": 0,
"reuse_main": True,
"reuse_enhanced": True,
"reuse_report": True,
"reuse_copyright": True,
},
}

Expand Down

0 comments on commit cc32ea0

Please sign in to comment.