Skip to content

Commit

Permalink
chore: flake8 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 25, 2023
1 parent f5fe389 commit ad08d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/message/tests/provider/test_message_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_verify_from_broker(default_opts):
with provider:
provider.verify_with_broker(broker_url=PACT_BROKER_URL,
**default_opts,
enable_pending=True,
enable_pending=True,
include_wip_pacts_since='2018-01-01',
consumer_version_selectors=[
OrderedDict([("mainBranch", True)]),
Expand Down

0 comments on commit ad08d8b

Please sign in to comment.