We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e2499 commit b10b567Copy full SHA for b10b567
livechat/tests/test_customer_rtm_client.py
@@ -93,7 +93,7 @@ def test_client_logs_in_with_payload():
93
94
def test_rtm_response_structure():
95
''' Test if returned `RtmResponse` structure contains expected properties. '''
96
- client = CustomerRTM.get_client(license_id=LICENSE_ID)
+ client = CustomerRTM.get_client(organization_id=ORGANIZATION_ID)
97
client.open_connection()
98
response = client.login(token='Bearer 10386012')
99
client.close_connection()
0 commit comments