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 6baf1ae commit ec6c7c1Copy full SHA for ec6c7c1
internal/pkg/config/profiles_test.go
@@ -186,7 +186,7 @@ func TestImportProfile(t *testing.T) {
186
187
func TestExportProfile(t *testing.T) {
188
// Create directory where the export configs should be stored
189
- testDir, err := os.MkdirTemp(os.TempDir(), "stackit-cli-test")
+ testDir, err := os.MkdirTemp(".", "stackit-cli-test")
190
if err != nil {
191
t.Fatal(err)
192
}
0 commit comments