aboutsummaryrefslogtreecommitdiffstats
path: root/lulu_test.go
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-05-11 16:16:24 -0400
committerSam Anthony <sam@samanthony.xyz>2026-05-11 16:16:24 -0400
commitaf2de318402df1fd8d33192d71613c21c4ee96bf (patch)
tree473c33981032bc73f5a5f4282ef8b1292333ce28 /lulu_test.go
parentfcfe73600c8548d45820176d58f1c8cfc2327810 (diff)
downloadlulu-af2de318402df1fd8d33192d71613c21c4ee96bf.zip
implement POST /print-job-cost-calculations
Diffstat (limited to 'lulu_test.go')
-rw-r--r--lulu_test.go2
1 files changed, 2 insertions, 0 deletions
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 {