Skip to content

Commit 98bdfd1

Browse files
committed
fix huma integration env parity
1 parent 8ac9ed2 commit 98bdfd1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/integration/huma_binary_test.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ func TestHumaBinary_SupervisorBootsAndServesSpec(t *testing.T) {
4444
}
4545

4646
baseURL := "http://127.0.0.1:" + strconv.Itoa(port)
47-
env := append(os.Environ(),
48-
"GC_HOME="+gcHome,
49-
"XDG_RUNTIME_DIR="+runtimeDir,
50-
)
47+
env := integrationEnvFor(gcHome, runtimeDir, true)
5148

5249
ctx, cancel := context.WithCancel(context.Background())
5350
t.Cleanup(cancel)

0 commit comments

Comments
 (0)