Skip to content

Commit

Permalink
fit tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulou committed Dec 23, 2014
1 parent c9937fc commit dafb121
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/config_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
package config

import "os"
import (
"os"
"path/filepath"
)

var (
testConfig = Config{
apiHost: "scalingo.dev",
AuthFile: "/tmp/test-scalingo-auth",
AuthFile: filepath.Join(os.TempDir(), "test-scalingo-auth"),
}
)

Expand Down

0 comments on commit dafb121

Please sign in to comment.