Skip to content

Commit

Permalink
Rename variable just to confirm if CI fails
Browse files Browse the repository at this point in the history
Expecting to see the following:

    fixture 'mocker' not found
  • Loading branch information
kalikiana committed Dec 2, 2022
1 parent cadf181 commit 6a50b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_tumblesle_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def test_notifications_are_sent(args, mocker):
host = localhost
"""
)
# the following is a magical variable name
mocker.patch("pika.BlockingConnection")
tr = tumblesle_release.TumblesleRelease(args)
tr.one_run()
Expand Down

0 comments on commit 6a50b8b

Please sign in to comment.