Skip to content

Commit

Permalink
Make the linter happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed Apr 4, 2024
1 parent 3528dd0 commit 0d5bbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/medusa/medusaconfiguration_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func testMedusaConfigurationOk(t *testing.T, ctx context.Context, f *framework.F
return false
}
updatedSecret := &corev1.Secret{}
err = f.Client.Get(ctx, types.NamespacedName{Name: "medusa-bucket-key", Namespace: namespace}, updatedSecret)
require.NoError(f.Client.Get(ctx, types.NamespacedName{Name: "medusa-bucket-key", Namespace: namespace}, updatedSecret))
//Ensure that the unique label has been added to the secret.
if bucketKeySecret.Labels[MedusaStorageSecretIdentifierLabel] != utils.HashNameNamespace(bucketKeySecret.Name, bucketKeySecret.Namespace) {
return false
Expand Down

0 comments on commit 0d5bbf6

Please sign in to comment.