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

Update EmailForward fields #57

Merged
merged 6 commits into from
May 28, 2024
Merged

Update EmailForward fields #57

merged 6 commits into from
May 28, 2024

Conversation

ggalmazor
Copy link
Contributor

@ggalmazor ggalmazor commented May 17, 2024

See dnsimple/dnsimple-developer#315 for reference

In this PR:

  • Deprecate from and to fields in EmailForward

@ggalmazor ggalmazor self-assigned this May 17, 2024
@ggalmazor ggalmazor added the enhancement New feature, enhancement or code changes, not related to defects label May 17, 2024
@@ -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());
Copy link
Contributor

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.

Copy link
Contributor Author

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 👍

Copy link
Contributor

@DXTimer DXTimer left a 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.

Copy link
Member

@dallasread dallasread left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@ggalmazor ggalmazor merged commit cc3ce05 into main May 28, 2024
6 checks passed
@ggalmazor ggalmazor deleted the change/update_email_forward branch May 28, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, enhancement or code changes, not related to defects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants