We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf6d34 commit eb67973Copy full SHA for eb67973
gptscript_test.go
@@ -1562,7 +1562,7 @@ func TestCredentials(t *testing.T) {
1562
}
1563
1564
func TestDatasets(t *testing.T) {
1565
- workspace, err := os.MkdirTemp("/tmp", "go-gptscript-test")
+ workspace, err := os.MkdirTemp("", "go-gptscript-test")
1566
require.NoError(t, err)
1567
defer func() {
1568
_ = os.RemoveAll(workspace)
0 commit comments