diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-05-11 16:16:24 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-05-11 16:16:24 -0400 |
| commit | af2de318402df1fd8d33192d71613c21c4ee96bf (patch) | |
| tree | 473c33981032bc73f5a5f4282ef8b1292333ce28 /lulu_test.go | |
| parent | fcfe73600c8548d45820176d58f1c8cfc2327810 (diff) | |
| download | lulu-af2de318402df1fd8d33192d71613c21c4ee96bf.zip | |
implement POST /print-job-cost-calculations
Diffstat (limited to 'lulu_test.go')
| -rw-r--r-- | lulu_test.go | 2 |
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 { |