Skip to content

Commit

Permalink
fix:make test match corrected error message
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Koppert <[email protected]>
  • Loading branch information
zkoppert committed Oct 5, 2024
1 parent c1e5805 commit 1d94cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def test_get_env_vars_with_team_and_repo(self):
the_exception = cm.exception
self.assertEqual(
str(the_exception),
"TEAM_NAME environment variable cannot be used with ORGANIZATION or REPOSITORY",
"TEAM_NAME environment variable cannot be used with REPOSITORY",
)

@patch.dict(
Expand Down

0 comments on commit 1d94cf6

Please sign in to comment.