Skip to content

Commit

Permalink
Update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Shambugouda annigeri committed Sep 2, 2022
1 parent d655fe2 commit a25f2ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubectl-fdb/cmd/profile_analyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ var _ = Describe("profile analyser", func() {
Name: clusterName,
Namespace: namespace,
},
Spec: fdbv1beta2.FoundationDBClusterSpec{
Version: "6.3.23",
},
}
kubeClient = fake.NewClientBuilder().WithScheme(scheme).WithRuntimeObjects(cluster).Build()
})
Expand Down

0 comments on commit a25f2ca

Please sign in to comment.