54208af42eeea6b2a2e9485158e244516c03ff8c,run/markdown-preview/e2e_test.py,,test_end_to_end,#Any#,89
Before Change
def test_end_to_end(services):
editor = services[0].decode() + "/render"
token = services[1].decode()
data = json.dumps({"data": "**strong text**"})
req = request.Request(
editor,
After Change
def test_end_to_end(editor_service_url_auth_token):
editor_service_url, editor_auth_token = editor_service_url_auth_token
editor = editor_service_url + "/render"
data = json.dumps({"data": "**strong text**"})
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 4
Instances
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: 54208af42eeea6b2a2e9485158e244516c03ff8c
Time: 2020-12-14
Author: 6719667+leahecole@users.noreply.github.com
File Name: run/markdown-preview/e2e_test.py
Class Name:
Method Name: test_end_to_end
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: 54208af42eeea6b2a2e9485158e244516c03ff8c
Time: 2020-12-14
Author: 6719667+leahecole@users.noreply.github.com
File Name: run/helloworld/e2e_test.py
Class Name:
Method Name: test_end_to_end
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: 54208af42eeea6b2a2e9485158e244516c03ff8c
Time: 2020-12-14
Author: 6719667+leahecole@users.noreply.github.com
File Name: run/system-package/e2e_test.py
Class Name:
Method Name: test_end_to_end
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: 54208af42eeea6b2a2e9485158e244516c03ff8c
Time: 2020-12-14
Author: 6719667+leahecole@users.noreply.github.com
File Name: run/hello-broken/e2e_test.py
Class Name:
Method Name: test_end_to_end