Skip to content

Commit

Permalink
test: ensure defaults for pr tracking are respected
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Koppert <[email protected]>
  • Loading branch information
zkoppert committed Oct 23, 2024
1 parent da8008c commit f968e7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ def test_get_env_vars_optionals_are_defaulted(self):
non_mentioning_links=False,
report_title="Issue Metrics",
output_file="",
rate_limit_bypass=False,
draft_pr_tracking=False,
)
result = get_env_vars(True)
self.assertEqual(str(result), str(expected_result))
Expand Down

0 comments on commit f968e7b

Please sign in to comment.