From f319c217b018e607d08babdf87b6bc3c87b9839f Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 27 Feb 2020 13:52:39 +0100 Subject: [PATCH] Add default initial fixture for CAS server --- note_kfet/fixtures/initial.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/note_kfet/fixtures/initial.json b/note_kfet/fixtures/initial.json index 08501606..1b779980 100644 --- a/note_kfet/fixtures/initial.json +++ b/note_kfet/fixtures/initial.json @@ -6,5 +6,14 @@ "domain": "localhost", "name": "La Note Kfet \ud83c\udf7b" } + }, + { + "model": "cas_server.servicepattern", + "pk": 1, + "fields": { + "pos": 1, + "pattern": ".*", + "name": "REPLACEME" + } } ] \ No newline at end of file