Skip to content

Commit ad08d8b

Browse files
committed
chore: flake8 lint
1 parent f5fe389 commit ad08d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/message/tests/provider/test_message_provider.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_verify_from_broker(default_opts):
9898
with provider:
9999
provider.verify_with_broker(broker_url=PACT_BROKER_URL,
100100
**default_opts,
101-
enable_pending=True,
101+
enable_pending=True,
102102
include_wip_pacts_since='2018-01-01',
103103
consumer_version_selectors=[
104104
OrderedDict([("mainBranch", True)]),

0 commit comments

Comments
 (0)