Skip to content

Commit b10b567

Browse files
author
skamieniarz
committed
Align tests after switching to v34 as main version
1 parent 40e2499 commit b10b567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livechat/tests/test_customer_rtm_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_client_logs_in_with_payload():
9393

9494
def test_rtm_response_structure():
9595
''' Test if returned `RtmResponse` structure contains expected properties. '''
96-
client = CustomerRTM.get_client(license_id=LICENSE_ID)
96+
client = CustomerRTM.get_client(organization_id=ORGANIZATION_ID)
9797
client.open_connection()
9898
response = client.login(token='Bearer 10386012')
9999
client.close_connection()

0 commit comments

Comments
 (0)