Skip to content

Commit 67ed442

Browse files
committed
API-9774: remove xfails & update changelog
1 parent 84c537e commit 67ed442

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## [0.1.7] - TBA
4+
## [0.1.7] - 2021-10-13
55

66
- Support for `organization_id` in Customer(rtm/web) v3.4.
77

livechat/tests/test_customer_rtm_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def test_get_client():
7171

7272

7373
# TODO replace `test_get_client` with this when v3.4 becomes stable version.
74-
@pytest.mark.xfail(reason='Not implemented yet.')
7574
def test_get_client_dev_preview():
7675
''' Test if created client opens and closes socket in dev-preview version. '''
7776
client = CustomerRTM.get_client(version=DEV_PREVIEW_VERSION,

livechat/tests/test_customer_web_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def test_send_request(stable_client: CustomerWeb33):
105105

106106

107107
# TODO replace `test_send_request` with this when v3.4 becomes stable version.
108-
@pytest.mark.xfail(reason='Not implemented yet.')
109108
def test_send_request_with_dev_preview_client(
110109
dev_preview_client: CustomerWeb34):
111110
''' Test if a request can be sent using request in non-default version'''

0 commit comments

Comments
 (0)