Skip to content

Commit

Permalink
Merge pull request #32 from jcugat/fix_test_invite_scenarios
Browse files Browse the repository at this point in the history
Fixes intermittent test_invite_scenarios failure
  • Loading branch information
njsmith authored Oct 3, 2019
2 parents afb4b3f + aed7ea4 commit 64c092b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _succeed(body={}):


@pytest.mark.parametrize("s", INVITE_SCENARIOS)
async def test_invite_scenarios(s, our_app_url, monkeypatch, autojump_clock):
async def test_invite_scenarios(s, our_app_url, monkeypatch):
PR_CREATOR = "julia"
ORG = "acme"

Expand Down

0 comments on commit 64c092b

Please sign in to comment.