From 5e6f0d9f1c4a5422cdd2d72fa1d0cd62628637f5 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 11 Feb 2020 16:09:41 -0500 Subject: [PATCH] Fix test --- spec/mailers/user_notifications_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/mailers/user_notifications_spec.rb b/spec/mailers/user_notifications_spec.rb index a623d87f4e1..896d5c3d9b4 100644 --- a/spec/mailers/user_notifications_spec.rb +++ b/spec/mailers/user_notifications_spec.rb @@ -207,8 +207,7 @@ describe UserNotifications do it "uses theme color" do cs = Fabricate(:color_scheme, name: 'Fancy', color_scheme_colors: [ Fabricate(:color_scheme_color, name: 'header_primary', hex: 'F0F0F0'), - Fabricate(:color_scheme_color, name: 'header_background', hex: '1E1E1E'), - Fabricate(:color_scheme_color, name: 'tertiary', hex: '858585') + Fabricate(:color_scheme_color, name: 'header_background', hex: '1E1E1E') ]) theme = Fabricate(:theme, user_selectable: true,