Skip to content

Commit 30e6f86

Browse files
committed
Fixed flake
1 parent 1a11320 commit 30e6f86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_pact.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ def setUp(self):
375375
.will_respond_with(200, body='success'))
376376

377377
self.delete_call = call('delete', 'http://localhost:1234/interactions',
378-
headers={'X-Pact-Mock-Service': 'true'}, verify=False)
378+
headers={'X-Pact-Mock-Service': 'true'},
379+
verify=False)
379380

380381
self.put_interactions_call = call(
381382
'put', 'http://localhost:1234/interactions',

0 commit comments

Comments
 (0)