Skip to content

Commit

Permalink
Update stripe-mock test server to 0.118.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhch committed Feb 17, 2022
1 parent 34cec6a commit c1e958b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cache:
env:
global:
# If changing this number, please also change it in `tests/conftest.py`.
- STRIPE_MOCK_VERSION=0.117.0
- STRIPE_MOCK_VERSION=0.118.0

before_install:
# Unpack and start stripe-mock so that the test suite can talk to it
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


# When changing this number, don't forget to change it in `.travis.yml` too.
MOCK_MINIMUM_VERSION = "0.117.0"
MOCK_MINIMUM_VERSION = "0.118.0"

# Starts stripe-mock if an OpenAPI spec override is found in `openapi/`, and
# otherwise fall back to `STRIPE_MOCK_PORT` or 12111.
Expand Down

0 comments on commit c1e958b

Please sign in to comment.