Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 9b22001

Browse files
committed
Cleanup the test data
1 parent 0454d46 commit 9b22001

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Tests/WordPressKitTests/Mock Data/site-subscriber-get-details-response-invalid-country.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"user_id": 255064965,
3-
"subscription_id": 907116368,
4-
"email_address": "grebenyuk.alexander+test@icloud.com",
2+
"user_id": 123,
3+
"subscription_id": 123,
4+
"email_address": "test@example.com",
55
"date_subscribed": "2025-04-17T14:40:00+00:00",
66
"is_email_subscriber": false,
77
"subscription_status": "Subscribed",
8-
"avatar": "https://0.gravatar.com/avatar/694664524f7d391c4425ab07627f4e44e970f597985d24ce3dc4c27173316c20?s=128&d=https%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D128&r=G",
8+
"avatar": "https://example.com/avatar",
99
"display_name": "Alex",
10-
"url": "http://test841027.wordpress.com",
10+
"url": "http://example.wordpress.com",
1111
"country": {
1212
"code": "",
1313
"name": false

Tests/WordPressKitTests/Mock Data/site-subscriber-get-details-response.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"user_id": 255064965,
3-
"subscription_id": 907116368,
4-
"email_address": "grebenyuk.alexander+test@icloud.com",
2+
"user_id": 123,
3+
"subscription_id": 123,
4+
"email_address": "test@example.com",
55
"date_subscribed": "2025-04-17T14:40:00+00:00",
66
"is_email_subscriber": false,
77
"subscription_status": "Subscribed",
8-
"avatar": "https://0.gravatar.com/avatar/694664524f7d391c4425ab07627f4e44e970f597985d24ce3dc4c27173316c20?s=128&d=https%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D128&r=G",
8+
"avatar": "https://example.com/avatar",
99
"display_name": "Alex",
10-
"url": "http://test841027.wordpress.com",
10+
"url": "http://example.wordpress.com",
1111
"country": {
1212
"code": "US",
1313
"name": "United States"

0 commit comments

Comments
 (0)