Skip to content

Commit

Permalink
Update test_config.py
Browse files Browse the repository at this point in the history
change tests to handle boolean change of enable_mentor_count
  • Loading branch information
jmeridth authored Apr 11, 2024
1 parent 4ba9d3c commit 3f770f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test_get_env_vars_with_github_app(self):
False,
[],
[],
"FALSE",
False,
"10",
"20",
"3",
Expand Down Expand Up @@ -161,7 +161,7 @@ def test_get_env_vars_with_token(self):
False,
[],
[],
"FALSE",
False,
"10",
"20",
"3",
Expand Down Expand Up @@ -203,7 +203,7 @@ def test_get_env_vars_optional_values(self):
True,
[],
["waiting-for-review", "waiting-for-manager"],
"FALSE",
False,
10,
20,
3,
Expand Down

0 comments on commit 3f770f2

Please sign in to comment.