We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac9ed2 commit 98bdfd1Copy full SHA for 98bdfd1
1 file changed
test/integration/huma_binary_test.go
@@ -44,10 +44,7 @@ func TestHumaBinary_SupervisorBootsAndServesSpec(t *testing.T) {
44
}
45
46
baseURL := "http://127.0.0.1:" + strconv.Itoa(port)
47
- env := append(os.Environ(),
48
- "GC_HOME="+gcHome,
49
- "XDG_RUNTIME_DIR="+runtimeDir,
50
- )
+ env := integrationEnvFor(gcHome, runtimeDir, true)
51
52
ctx, cancel := context.WithCancel(context.Background())
53
t.Cleanup(cancel)
0 commit comments