Skip to content

Commit

Permalink
refactor: improve document
Browse files Browse the repository at this point in the history
  • Loading branch information
Azhovan committed Oct 13, 2023
1 parent 64a2088 commit 55a78c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion apptests/environment/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
)

// Env holds the configuration and state for application specific testings.
// It contains the applications to test, the Kubernetes client, and the kind cluster.
// It contains the Kubernetes client, and the kind cluster.
type Env struct {
// K8sClient is a reference to the Kubernetes client
// This client is used to interact with the cluster built during the execution of the application specific testing.
Expand Down
1 change: 0 additions & 1 deletion apptests/environment/environment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ func TestProvision(t *testing.T) {
assert.NoError(t, err)
defer env.Destroy(ctx)

// assert that flux components are ready
selector := labels.SelectorFromSet(map[string]string{
manifestgen.PartOfLabelKey: manifestgen.PartOfLabelValue,
manifestgen.InstanceLabelKey: kommanderFluxNamespace,
Expand Down

0 comments on commit 55a78c0

Please sign in to comment.