From 0b2011b5babdcfd5a901f33fd625fe2e12f275e6 Mon Sep 17 00:00:00 2001 From: Vovko Date: Mon, 20 Jan 2025 20:41:58 -0500 Subject: [PATCH] changed test vars --- render_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/render_test.go b/render_test.go index f452b20c..8b1523a4 100644 --- a/render_test.go +++ b/render_test.go @@ -30,8 +30,8 @@ import ( _ "github.com/joho/godotenv/autoload" ) -var bgImage = "static://test_user_background_2" -var bgIsCustom = true +var bgImage = "static://bg-default" +var bgIsCustom = false func init() { loadStaticAssets(static)