Skip to content

Commit

Permalink
fix: fix tests after a rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Koppert <[email protected]>
  • Loading branch information
zkoppert committed Oct 4, 2024
1 parent 945cc0e commit 402f50a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ def test_get_env_vars_with_team(self):
"weekly", # schedule
"", # schedule_day
"engineering", # team_name
[], # labels
)
result = get_env_vars(True)
self.assertEqual(result, expected_result)
Expand Down Expand Up @@ -1064,6 +1065,7 @@ def test_get_env_vars_with_a_valid_label(self):
{}, # repo_specific_exemptions
"weekly", # schedule
"", # schedule_day
None, # team_name
["dependencies"], # labels
)
result = get_env_vars(True)
Expand Down Expand Up @@ -1107,6 +1109,7 @@ def test_get_env_vars_with_valid_labels_containing_spaces(self):
{}, # repo_specific_exemptions
"weekly", # schedule
"", # schedule_day
None, # team_name
["dependencies", "test", "test2"], # labels
)
result = get_env_vars(True)
Expand Down

0 comments on commit 402f50a

Please sign in to comment.