Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Oct 19, 2023
1 parent aa2680b commit 734af43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reusable_workflows/tests/test_membership.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_github_token_not_passed_in(github_login_mock, capfd):
main()
out, err = capfd.readouterr()

assert out == "username is member of my_org and can contribute.\n"
assert out == "username is an external contributor.\n"

# Todo: switch back once exception is added back
# with pytest.raises(Exception) as exc:
Expand Down

0 comments on commit 734af43

Please sign in to comment.