Skip to content

Commit 1310042

Browse files
committed
Fix: CI pipeline - Export test
1 parent 7c8fb37 commit 1310042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/pkg/config/profiles_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ func TestExportProfile(t *testing.T) {
202202
// Create prerequisite profile
203203
p := print.NewPrinter()
204204
profileName := "export-profile-test"
205+
InitConfig()
205206
err = CreateProfile(p, profileName, false, false)
206207
if err != nil {
207208
t.Fatalf("could not create prerequisite profile, %v", err)

0 commit comments

Comments
 (0)