Skip to content

Commit

Permalink
make fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslaw-pieszka committed Jul 11, 2024
1 parent 2bcb0d1 commit a022b6c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions cmd/broker/provisioning.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package main

import (
"context"

"github.com/kyma-project/kyma-environment-broker/common/hyperscaler"
"github.com/kyma-project/kyma-environment-broker/internal/avs"
"github.com/kyma-project/kyma-environment-broker/internal/process"
Expand Down
3 changes: 2 additions & 1 deletion internal/kim/config_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package kim

import (
"github.com/stretchr/testify/assert"
"testing"

"github.com/stretchr/testify/assert"
)

func TestIsEnabled_KimDisabled(t *testing.T) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package provisioning

import (
"fmt"
"time"

imv1 "github.com/kyma-project/infrastructure-manager/api/v1"
"github.com/kyma-project/kyma-environment-broker/internal/broker"
"github.com/kyma-project/kyma-environment-broker/internal/kim"
"gopkg.in/yaml.v3"
"time"

"github.com/kyma-project/kyma-environment-broker/internal"
"github.com/kyma-project/kyma-environment-broker/internal/process"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package provisioning

import (
"testing"

"github.com/kyma-project/kyma-environment-broker/internal/fixture"
"github.com/kyma-project/kyma-environment-broker/internal/kim"
"testing"

"github.com/kyma-project/kyma-environment-broker/internal/storage"
"github.com/sirupsen/logrus"
Expand Down
1 change: 1 addition & 0 deletions internal/process/provisioning/generate_runtime_id_step.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package provisioning

import (
"fmt"

"github.com/google/uuid"

"time"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package provisioning

import (
"github.com/kyma-project/kyma-environment-broker/internal/fixture"
"testing"

"github.com/kyma-project/kyma-environment-broker/internal/fixture"

"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"

Expand Down

0 comments on commit a022b6c

Please sign in to comment.