From af2de318402df1fd8d33192d71613c21c4ee96bf Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 11 May 2026 16:16:24 -0400 Subject: implement POST /print-job-cost-calculations --- lulu_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lulu_test.go') diff --git a/lulu_test.go b/lulu_test.go index f657681..648ede7 100644 --- a/lulu_test.go +++ b/lulu_test.go @@ -31,6 +31,8 @@ var ( ) func TestMain(m *testing.M) { + Debug = true + if b, err := os.ReadFile(clientKeyPath); err == nil { clientKey = strings.TrimSpace(string(b)) } else { -- cgit v1.2.3