Skip to content

Commit

Permalink
DE-934 Setup test on a new site (#46)
Browse files Browse the repository at this point in the history
* DE-934 Setup test on a new site
  • Loading branch information
michalpierog authored Aug 13, 2024
1 parent c458534 commit a4e64bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: python
on:
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
setup_and_test:
Expand Down
4 changes: 2 additions & 2 deletions tests/data/authorize_assert_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ class AuthorizeAssertCases:
def get_result_data() -> dict:
return {
"site": {
"id": 86561,
"id": 87359,
"name": "Python SDK",
"subdomain": "python-sdk",
"currency": "USD",
"seller_id": 56887,
"seller_id": 58665,
"relationship_invoicing_enabled": True,
"customer_hierarchy_enabled": False,
"whopays_enabled": False,
Expand Down

0 comments on commit a4e64bd

Please sign in to comment.