From c54ee7932067435eb80417e29cedb0436b428fb5 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Mon, 6 Apr 2026 14:58:15 +0200 Subject: [PATCH] No need for that mock Spotify account to be version controlled --- tests/integration/testdata/spotify/accounts.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tests/integration/testdata/spotify/accounts.json b/tests/integration/testdata/spotify/accounts.json index 81489bd..08e7002 100644 --- a/tests/integration/testdata/spotify/accounts.json +++ b/tests/integration/testdata/spotify/accounts.json @@ -1,12 +1,4 @@ { - "mock-user-id": { - "user_id": "mock-user-id", - "display_name": "Mock User", - "email": "mock@example.com", - "access_token": "mock-access-token", - "refresh_token": "mock-refresh-token", - "expires_at": 1775483553 - }, "test-user": { "user_id": "test-user", "display_name": "Integration Test User", @@ -15,4 +7,4 @@ "refresh_token": "mock-refresh-token", "expires_at": 2147483647 } -} \ No newline at end of file +}