-
Notifications
You must be signed in to change notification settings - Fork 6.7k
endpoints.getting-started.main_test: test_echo failed #7683
Copy link
Copy link
Closed
Labels
api: endpointsIssues related to the Cloud Endpoints API.Issues related to the Cloud Endpoints API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Activity
Metadata
Metadata
Assignees
Labels
api: endpointsIssues related to the Cloud Endpoints API.Issues related to the Cloud Endpoints API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the
flakybot: quietlabel andI will stop commenting.
commit: 3b6d797
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last): File "/workspace/endpoints/getting-started/main_test.py", line 37, in test_echo 'Content-Type': 'application/json' File "/workspace/endpoints/getting-started/.nox/py-3-7/lib/python3.7/site-packages/werkzeug/test.py", line 1139, in post return self.open(*args, **kw) File "/workspace/endpoints/getting-started/.nox/py-3-7/lib/python3.7/site-packages/flask/testing.py", line 220, in open follow_redirects=follow_redirects, File "/workspace/endpoints/getting-started/.nox/py-3-7/lib/python3.7/site-packages/werkzeug/test.py", line 1081, in open builder = EnvironBuilder(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'as_tuple'