You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the console error message carefully (if applicable).
Description
It is a super easy to fix bug, but I was not able to open PR for this:
Examples code contains published_verification_results instead of publish_verification_results
Reproducible demo
No response
Steps to reproduce
I am running examples using poetry run pytest test_01_provider_fastapi.py -s
Expected behavior
Provider verification should be publish to the broker.
Actual behavior
Provider verification tests are passing, but results are not publish and have status pending.
Your environment
Poetry 1.6.1
Python 3.11
pact-python 2.0.1
Self-service
I'd be willing to fix this bug myself.
The text was updated successfully, but these errors were encountered:
Is the bug just the typo? I'd be happy to help you make the PR, because you should be able to create one which requires creating a fork first. You then make the modifications in the fork and create the PR pulling changes from your fork into this repo.
Let me know how you go, and feel free to reach out if you have any other questions!
Have you read the Contributing Guidelines on issues?
Prerequisites
pact-python
.Description
It is a super easy to fix bug, but I was not able to open PR for this:
Examples code contains
published_verification_results
instead ofpublish_verification_results
Reproducible demo
No response
Steps to reproduce
I am running examples using poetry run pytest test_01_provider_fastapi.py -s
Expected behavior
Provider verification should be publish to the broker.
Actual behavior
Provider verification tests are passing, but results are not publish and have status pending.
Your environment
Poetry 1.6.1
Python 3.11
pact-python 2.0.1
Self-service
The text was updated successfully, but these errors were encountered: