Skip to content

Commit 1a3605e

Browse files
committed
docs: https svg
1 parent f501f19 commit 1a3605e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pact-python
22

3-
[![slack](http://slack.pact.io/badge.svg)](https://slack.pact.io)
3+
[![slack](https://slack.pact.io/badge.svg)](https://slack.pact.io)
44
[![Build Status](https://travis-ci.org/pact-foundation/pact-python.svg?branch=master)](https://travis-ci.org/pact-foundation/pact-python)
55
[![License](https://img.shields.io/github/license/pact-foundation/pact-python.svg?maxAge=2592000)](https://github.com/pact-foundation/pact-python/blob/master/LICENSE)
66

@@ -293,7 +293,7 @@ For more information see [Matching](https://docs.pact.io/getting_started/matchin
293293
## Verifying Pacts Against a Service
294294

295295
In addition to writing Pacts for Python consumers, you can also verify those Pacts
296-
against a provider of any language. There are two ways to do this.
296+
against a provider of any language. There are two ways to do this.
297297

298298
### CLI
299299

@@ -362,7 +362,7 @@ The bearer token to use when contacting the Pact Broker. You can also specify th
362362
as the environment variable `PACT_BROKER_TOKEN`.
363363

364364
### Python API
365-
You can use the Verifier class. This has all the same parameters as the cli tool but allows you to write native python code and the test framework of your choice.
365+
You can use the Verifier class. This has all the same parameters as the cli tool but allows you to write native python code and the test framework of your choice.
366366

367367
```python
368368
verifier = Verifier(provider='UserService',
@@ -371,7 +371,7 @@ verifier = Verifier(provider='UserService',
371371
output, logs = verifier.verify_pacts('./userserviceclient-userservice.json')
372372

373373
```
374-
You can see more details in the [e2e examples](https://github.com/pact-foundation/pact-python/tree/master/examples/e2e/tests/provider/test_provider.py).
374+
You can see more details in the [e2e examples](https://github.com/pact-foundation/pact-python/tree/master/examples/e2e/tests/provider/test_provider.py).
375375

376376
### Provider States
377377
In many cases, your contracts will need very specific data to exist on the provider

0 commit comments

Comments
 (0)