From 78962e7f6c6f8105f68bf6fd48058dde1d84dfa6 Mon Sep 17 00:00:00 2001 From: Justin Vallelonga Date: Sun, 22 Dec 2024 11:25:44 +0700 Subject: [PATCH] removes user fixture to fix association --- test/fixtures/conversations.yml | 2 +- test/fixtures/users.yml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/test/fixtures/conversations.yml b/test/fixtures/conversations.yml index 4a51ab95f..0f3b083a7 100644 --- a/test/fixtures/conversations.yml +++ b/test/fixtures/conversations.yml @@ -87,7 +87,7 @@ weather: last_assistant_message: weather_explained image_generation: - user: christoph + user: keith assistant: samantha title: Generating an image last_assistant_message: image_generation_explained diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index c8fa13c09..cb56107ee 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -14,8 +14,3 @@ taylor: first_name: Taylor registered_at: 2024-05-31 08:40:05 preferences: {} - -christoph: - first_name: Christoph - registered_at: 2024-08-25 08:08:08 - preferences: {}