Skip to content

Commit

Permalink
EVEREST-107 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
recharte committed Feb 21, 2025
1 parent 9d04c75 commit 779a07a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/controller/common/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestGetOperatorVersion(t *testing.T) {
s := scheme.Scheme
s.AddKnownTypes(everestv1alpha1.GroupVersion, &everestv1alpha1.DatabaseCluster{})
version, err := GetOperatorVersion(
context.TODO(),
t.Context(),
cl,
types.NamespacedName{
Namespace: "super-x",
Expand All @@ -65,7 +65,7 @@ func TestGetOperatorVersion(t *testing.T) {
assert.NotEqual(t, "1.11.0", version.String())

_, err = GetOperatorVersion(
context.TODO(),
t.Context(),
cl,
types.NamespacedName{
Namespace: "non-existent",
Expand Down

0 comments on commit 779a07a

Please sign in to comment.