From 52f8068ab048cc25fd3b04bfc7cfa3e975eea7ac Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 5 Aug 2026 21:31:18 +0200 Subject: [PATCH] Task/remove deprecated isExcluded attribute from import test files (#7547) Remove deprecated attribute --- test/import/ok/500-activities.json | 1 - test/import/ok/derived-currency.json | 1 - test/import/ok/sample.json | 1 - 3 files changed, 3 deletions(-) diff --git a/test/import/ok/500-activities.json b/test/import/ok/500-activities.json index 2793c695e..03aabca33 100644 --- a/test/import/ok/500-activities.json +++ b/test/import/ok/500-activities.json @@ -8,7 +8,6 @@ "balance": 2000, "currency": "USD", "id": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", - "isExcluded": false, "name": "My Online Trading Account", "platformId": null } diff --git a/test/import/ok/derived-currency.json b/test/import/ok/derived-currency.json index 637ab21b6..4b7aa46c3 100644 --- a/test/import/ok/derived-currency.json +++ b/test/import/ok/derived-currency.json @@ -8,7 +8,6 @@ "balance": 2000, "currency": "USD", "id": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", - "isExcluded": false, "name": "My Online Trading Account", "platformId": null } diff --git a/test/import/ok/sample.json b/test/import/ok/sample.json index be385812a..feca8a379 100644 --- a/test/import/ok/sample.json +++ b/test/import/ok/sample.json @@ -19,7 +19,6 @@ "comment": null, "currency": "USD", "id": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", - "isExcluded": false, "name": "My Online Trading Account", "platformId": "9da3a8a7-4795-43e3-a6db-ccb914189737" }