Skip to content

Commit 338c1c6

Browse files
authored
chore: /s/Pactflow/PactFlow (#6)
1 parent a488de4 commit 338c1c6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2021 Pactflow
3+
Copyright (c) 2019-2021 PactFlow
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ record_deployment: .env
7171
@"${PACT_CLI}" broker record-deployment --pacticipant ${PACTICIPANT} --version ${GIT_COMMIT} --environment production
7272

7373
## =====================
74-
## Pactflow set up tasks
74+
## PactFlow set up tasks
7575
## =====================
7676

7777
# This should be called once before creating the webhook

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
[![Pact Status](https://test.pactflow.io/pacts/provider/pactflow-example-provider-python/consumer/pactflow-example-consumer-python/latest/master/badge.svg)](https://test.pactflow.io/pacts/provider/pactflow-example-provider-python/consumer/pactflow-example-consumer-python/latest/master) (master/master pact)
1010

11-
This is an example of a Python consumer using Pact to create a consumer driven contract, and sharing it via [Pactflow](https://pactflow.io).
11+
This is an example of a Python consumer using Pact to create a consumer driven contract, and sharing it via [PactFlow](https://pactflow.io).
1212

13-
It is using a public tenant on Pactflow, which you can access [here](https://test.pactflow.io) using the credentials `dXfltyFMgNOFZAxr8io9wJ37iUpY42M`/`O5AIZWxelWbLvqMd8PkAVycBJh2Psyg1`. The latest version of the Example Consumer/Example Provider pact is published [here](https://test.pactflow.io/pacts/provider/pactflow-example-provider-python/consumer/pactflow-example-consumer-python/latest).
13+
It is using a public tenant on PactFlow, which you can access [here](https://test.pactflow.io) using the credentials `dXfltyFMgNOFZAxr8io9wJ37iUpY42M`/`O5AIZWxelWbLvqMd8PkAVycBJh2Psyg1`. The latest version of the Example Consumer/Example Provider pact is published [here](https://test.pactflow.io/pacts/provider/pactflow-example-provider-python/consumer/pactflow-example-consumer-python/latest).
1414

1515
The project uses a Makefile to simulate a very simple build pipeline with two stages - test and deploy.
1616

@@ -24,7 +24,7 @@ The project uses a Makefile to simulate a very simple build pipeline with two st
2424

2525
## Usage
2626

27-
See the [Pactflow CI/CD Workshop](https://github.com/pactflow/ci-cd-workshop).
27+
See the [PactFlow CI/CD Workshop](https://github.com/pactflow/ci-cd-workshop).
2828

2929
To run the tests locally, run:
3030

0 commit comments

Comments
 (0)