Skip to content

Commit ec6c7c1

Browse files
committed
Fix: Export test
1 parent 6baf1ae commit ec6c7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/config/profiles_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func TestImportProfile(t *testing.T) {
186186

187187
func TestExportProfile(t *testing.T) {
188188
// Create directory where the export configs should be stored
189-
testDir, err := os.MkdirTemp(os.TempDir(), "stackit-cli-test")
189+
testDir, err := os.MkdirTemp(".", "stackit-cli-test")
190190
if err != nil {
191191
t.Fatal(err)
192192
}

0 commit comments

Comments
 (0)