Skip to content

Commit 4a10690

Browse files
committed
modify
1 parent 090b6e8 commit 4a10690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/webdriver/webdriver_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_create_session(self):
5454

5555
request = httpretty.HTTPretty.latest_requests[0]
5656
assert request.headers['content-type'] == 'application/json;charset=UTF-8'
57-
assert request.headers['user-agent'] == 'appium/4.1.0 (selenium/4.25.0 (python mac)'
57+
assert request.headers['user-agent'] == 'appium/4.1.0 (selenium/4.25.0 (python mac))'
5858

5959
request_json = json.loads(httpretty.HTTPretty.latest_requests[0].body.decode('utf-8'))
6060
assert request_json.get('capabilities') is not None

0 commit comments

Comments
 (0)