Skip to content

Commit

Permalink
Upgrade API version in the base client of integration test (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgandhi1311 authored Feb 3, 2025
1 parent d717542 commit 08708ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class TestClient():
def __init__(self):
self.base_url = 'https://graph.facebook.com'
self.api_version = 'v19.0'
self.api_version = 'v21.0'
self.account_id = os.getenv('TAP_FACEBOOK_ACCOUNT_ID')
self.access_token = os.getenv('TAP_FACEBOOK_ACCESS_TOKEN')
self.account_url = f"{self.base_url}/{self.api_version}/act_{self.account_id}"
Expand Down

0 comments on commit 08708ff

Please sign in to comment.