From c91534b966f96b56bee9dc62fc014fa8d78a0152 Mon Sep 17 00:00:00 2001 From: Dima Gerasimov Date: Wed, 7 Jun 2023 21:16:37 +0100 Subject: [PATCH] set json files to empty dicts so they are at least valid jsons (promnesia was stumbling over these, seems like the easiest fix :) ) --- .../gdpr_subdirs/broken_export/comments/comments.json | 1 + .../gdpr_subdirs/gdpr_export/comments/comments.json | 1 + .../gdpr_subdirs/gdpr_export/profile/settings.json | 1 + 3 files changed, 3 insertions(+) diff --git a/my/core/tests/structure_data/gdpr_subdirs/broken_export/comments/comments.json b/my/core/tests/structure_data/gdpr_subdirs/broken_export/comments/comments.json index e69de29..0967ef4 100644 --- a/my/core/tests/structure_data/gdpr_subdirs/broken_export/comments/comments.json +++ b/my/core/tests/structure_data/gdpr_subdirs/broken_export/comments/comments.json @@ -0,0 +1 @@ +{} diff --git a/my/core/tests/structure_data/gdpr_subdirs/gdpr_export/comments/comments.json b/my/core/tests/structure_data/gdpr_subdirs/gdpr_export/comments/comments.json index e69de29..0967ef4 100644 --- a/my/core/tests/structure_data/gdpr_subdirs/gdpr_export/comments/comments.json +++ b/my/core/tests/structure_data/gdpr_subdirs/gdpr_export/comments/comments.json @@ -0,0 +1 @@ +{} diff --git a/my/core/tests/structure_data/gdpr_subdirs/gdpr_export/profile/settings.json b/my/core/tests/structure_data/gdpr_subdirs/gdpr_export/profile/settings.json index e69de29..0967ef4 100644 --- a/my/core/tests/structure_data/gdpr_subdirs/gdpr_export/profile/settings.json +++ b/my/core/tests/structure_data/gdpr_subdirs/gdpr_export/profile/settings.json @@ -0,0 +1 @@ +{}