From 540e49e121dee06f1961751408b5bee839010444 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Wed, 24 Jul 2024 12:21:40 -0400 Subject: [PATCH] fix: rename fixture model host -> profile --- fixtures/test/profile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/test/profile.json b/fixtures/test/profile.json index 0ae5021a..d835fa51 100644 --- a/fixtures/test/profile.json +++ b/fixtures/test/profile.json @@ -1,6 +1,6 @@ [ { - "model": "program.host", + "model": "program.profile", "pk": 1, "fields": { "name": "Musikredaktion", -- GitLab