-
Notifications
You must be signed in to change notification settings - Fork 370
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
Escape passwords in URLs for dump_config #2753
Conversation
This PR is stale because it has been open 45 days with no activity and is not labeled "Prevent stale". Remove "stale" label or comment or this will be closed in 10 days. |
I don't see any feedback from maintainers here. 🐼 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the fix @Khrol!
@@ -189,6 +189,19 @@ def test_get_hue_config_private(self): | |||
assert_true(len(response.content) < len(private_response.content)) | |||
|
|||
|
|||
def test_url_password_hiding(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! @Khrol Thanks again for contributing, it is highly valued :-)
What changes were proposed in this pull request?
dump_config
How was this patch tested?
Please review Hue Contributing Guide before opening a pull request.