From b5fba0bb671a036ef7ba2eae903e3740c6dc12dc Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Fri, 21 Apr 2023 10:24:09 -0400 Subject: [PATCH] Fix host.json fixture. `biography` is not nullable. This fixes aura#174 --- fixtures/program/host.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/program/host.json b/fixtures/program/host.json index bd70ac37..18650306 100644 --- a/fixtures/program/host.json +++ b/fixtures/program/host.json @@ -6,7 +6,7 @@ "name": "Musikredaktion", "is_active": true, "email": "", - "biography": null, + "biography": "", "image": null, "created_at": "2000-06-01 00:00Z", "created_by": "loaddata" -- GitLab