File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## [ 0.1.7] - TBA
4
+ ## [ 0.1.7] - 2021-10-13
5
5
6
6
- Support for ` organization_id ` in Customer(rtm/web) v3.4.
7
7
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ def test_get_client():
71
71
72
72
73
73
# TODO replace `test_get_client` with this when v3.4 becomes stable version.
74
- @pytest .mark .xfail (reason = 'Not implemented yet.' )
75
74
def test_get_client_dev_preview ():
76
75
''' Test if created client opens and closes socket in dev-preview version. '''
77
76
client = CustomerRTM .get_client (version = DEV_PREVIEW_VERSION ,
Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ def test_send_request(stable_client: CustomerWeb33):
105
105
106
106
107
107
# TODO replace `test_send_request` with this when v3.4 becomes stable version.
108
- @pytest .mark .xfail (reason = 'Not implemented yet.' )
109
108
def test_send_request_with_dev_preview_client (
110
109
dev_preview_client : CustomerWeb34 ):
111
110
''' Test if a request can be sent using request in non-default version'''
You can’t perform that action at this time.
0 commit comments