Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ddev env test last error #8264

Merged
merged 2 commits into from
Jan 5, 2021
Merged

Conversation

AlexandreYang
Copy link
Member

@AlexandreYang AlexandreYang commented Dec 28, 2020

What does this PR do?

Fix ddev env test last error

Motivation

Last error might not be a json object:

result = json.dumps([{'message': message, 'traceback': tb}])

Corecheck integration errors are not json object with message and traceback.

This doesn't change current behaviour.

We test python snmp impl against corecheck snmp impl, when there is an error, it will throw a json decoding error, this PR should fix that.

@AlexandreYang AlexandreYang merged commit 67bd7d6 into master Jan 5, 2021
@AlexandreYang AlexandreYang deleted the alex/ddev_env_test_fix_last_error branch January 5, 2021 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants