-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update EmailForward
fields
#57
Conversation
@@ -19,18 +19,19 @@ fn test_list_email_forwards() { | |||
.unwrap(); | |||
let email_forwards_list = response.data.unwrap(); | |||
|
|||
assert_eq!(2, email_forwards_list.len()); | |||
assert_eq!(1, email_forwards_list.len()); |
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.
Usually, the fixtures are updated to match the specs as they are applied across repos instead of updating the specs.
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.
Fair point. Let's remember this for next time, as all clients have been already updated with this change already 👍
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 left some comments, otherwise this can be shipped.
Co-authored-by: Ivan Bakalov <[email protected]>
Co-authored-by: Ivan Bakalov <[email protected]>
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.
👏
See dnsimple/dnsimple-developer#315 for reference
In this PR:
from
andto
fields inEmailForward