-
Notifications
You must be signed in to change notification settings - Fork 931
auroradns: Properly parse TTL as extra data #675
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
Conversation
lgtm but I don't have a commit bit, so someone else will need to check it. |
Good catch :) Test would also be nice. |
I agree @Kami, a test would indeed be a good thing :) |
I just added a Unit Test to verify this case. I'll add more later in a different PR |
AuroraDNSDriverMockHttp.type = None | ||
self.driver = AuroraDNSDriver(*DNS_PARAMS_AURORADNS) | ||
|
||
def test_merge_extra_data(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.
I was more thinking about adding a test case which uses response fixture, but that works for now.
Tests are failing (https://travis-ci.org/apache/libcloud/jobs/101036033), need to add aurora params to |
1a3ad13
to
9a747d3
Compare
Small typo in the list caused this not to be parsed properly
Fixed! Tests are no longer failing. |
Merged, thanks! |
Small typo in the list caused this not to be parsed properly.