From 8e727f1a5cb75155ae633ab46a05041fd9c7cd50 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 24 Feb 2026 16:34:58 +0000 Subject: [PATCH] chore: sync test fixtures as of 2026-02-24 16:34:58 --- tests/fixtures/v2/api/createEmailForward/created.http | 2 +- tests/fixtures/v2/api/getEmailForward/success.http | 2 +- tests/fixtures/v2/api/listEmailForwards/success.http | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/fixtures/v2/api/createEmailForward/created.http b/tests/fixtures/v2/api/createEmailForward/created.http index d1e586d..8199c2e 100644 --- a/tests/fixtures/v2/api/createEmailForward/created.http +++ b/tests/fixtures/v2/api/createEmailForward/created.http @@ -18,4 +18,4 @@ x-permitted-cross-domain-policies: none content-security-policy: frame-ancestors 'none' strict-transport-security: max-age=31536000 -{"data":{"id":41872,"domain_id":235146,"alias_email":"example@dnsimple.xyz","destination_email":"example@example.com","created_at":"2021-01-25T13:54:40Z","updated_at":"2021-01-25T13:54:40Z","from":"example@dnsimple.xyz","to":"example@example.com","active":true}} +{"data":{"id":41872,"domain_id":235146,"alias_email":"example@dnsimple.xyz","destination_email":"example@example.com","created_at":"2021-01-25T13:54:40Z","updated_at":"2021-01-25T13:54:40Z","active":true}} diff --git a/tests/fixtures/v2/api/getEmailForward/success.http b/tests/fixtures/v2/api/getEmailForward/success.http index 251f999..5be8c63 100644 --- a/tests/fixtures/v2/api/getEmailForward/success.http +++ b/tests/fixtures/v2/api/getEmailForward/success.http @@ -18,4 +18,4 @@ x-permitted-cross-domain-policies: none content-security-policy: frame-ancestors 'none' strict-transport-security: max-age=31536000 -{"data":{"id":41872,"domain_id":235146,"alias_email":"example@dnsimple.xyz","destination_email":"example@example.com","created_at":"2021-01-25T13:54:40Z","updated_at":"2021-01-25T13:54:40Z","from":"example@dnsimple.xyz","to":"example@example.com","active":true}} +{"data":{"id":41872,"domain_id":235146,"alias_email":"example@dnsimple.xyz","destination_email":"example@example.com","created_at":"2021-01-25T13:54:40Z","updated_at":"2021-01-25T13:54:40Z","active":true}} diff --git a/tests/fixtures/v2/api/listEmailForwards/success.http b/tests/fixtures/v2/api/listEmailForwards/success.http index c81d92e..bf33840 100644 --- a/tests/fixtures/v2/api/listEmailForwards/success.http +++ b/tests/fixtures/v2/api/listEmailForwards/success.http @@ -13,4 +13,4 @@ x-request-id: e42df983-a8a5-4123-8c74-fb89ab934aba x-runtime: 0.025456 strict-transport-security: max-age=63072000 -{"data":[{"id":24809,"domain_id":235146,"alias_email":".*@a-domain.com","destination_email":"jane.smith@example.com","created_at":"2017-05-25T19:23:16Z","updated_at":"2017-05-25T19:23:16Z","from":".*@a-domain.com","to":"jane.smith@example.com","active":true}],"pagination":{"current_page":1,"per_page":30,"total_entries":1,"total_pages":1}} +{"data":[{"id":24809,"domain_id":235146,"alias_email":".*@a-domain.com","destination_email":"jane.smith@example.com","created_at":"2017-05-25T19:23:16Z","updated_at":"2017-05-25T19:23:16Z","active":true}],"pagination":{"current_page":1,"per_page":30,"total_entries":1,"total_pages":1}}